-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error messages are garbled and truncated in firefox console log #4459
Comments
I think part of the problem is here: https://github.com/gfx-rs/wgpu/blob/master/wgpu-core/src/pipeline.rs#L84 The implementation of The truncation is probably an arbitrary limit imposed somewhere to prevent denial-of-service attacks. Removing the escape codes will reduce the length of the message, but now that Naga produces more detailed error messages in general (with the |
What firefox version is this? At least truncation is something I fixed a few weeks ago. |
I think it was a nightly build from 1/03/22? updated it to get around the error, so I'm not sure anymore. |
hmm, the fix I'm thinking was done much earlier - https://hg.mozilla.org/mozilla-central/rev/469124ce89e9 |
Not sure if this is a naga issue or something with my
console_log
setup, but it looks like it is naga. The truncation is the frustrating part.The text was updated successfully, but these errors were encountered: