Open
Bug 1906697
Opened 1 year ago
Updated 11 months ago
Crash in [@ abort | llvm::report_fatal_error]
Categories
(Core :: Graphics: WebGPU, defect, P2)
Tracking
()
NEW
People
(Reporter: gsvelto, Unassigned)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/474d4a72-208f-45ab-a0c5-25ecf0240604
MOZ_CRASH Reason: Redirecting call to abort() to mozalloc_abort
Top 10 frames:
0 firefox-bin MOZ_Crash(char const*, int, char const*) mfbt/Assertions.h:317
0 firefox-bin mozalloc_abort memory/mozalloc/mozalloc_abort.cpp:35
1 firefox-bin abort memory/mozalloc/mozalloc_abort.cpp:88
2 libLLVM-15.so.1 llvm::report_fatal_error(llvm::Twine const&, bool)
3 libLLVM-15.so.1 llvm::report_fatal_error(char const*, bool)
4 libLLVM-15.so.1 (anonymous namespace)::CommandLineParser::addOption(llvm::cl::Option*, llvm::...
5 libLLVM-15.so.1 (anonymous namespace)::CommandLineParser::registerSubCommand(llvm::cl::SubCom...
6 libLLVM-15.so.1 llvm::object_creator<(anonymous namespace)::CommandLineParser>::call()
7 libLLVM-15.so.1 llvm::ManagedStaticBase::RegisterManagedStatic(void* (*)(), void (*)(void*)) ...
8 libLLVM-15.so.1 llvm::cl::OptionCategory::OptionCategory(llvm::StringRef, llvm::StringRef)
I'm not sure if this is an actionable error or an unsupported configuration, the only user comment I found is the following:
WebGPU compute shaders don't work :(
Reporter | ||
Updated•1 year ago
|
OS: Unspecified → Linux
Updated•1 year ago
|
Severity: -- → S4
Priority: -- → P2
Comment 1•1 year ago
|
||
I set this as P2 as it's a panic, but wasn't entirely sure as it's not in our code and is a very low volume crash
Comment 2•11 months ago
|
||
I suspect this might be an environmental issue with Vulkan's usage of LLVM. Perhaps an update of system components for Vulkan and/or LLVM might help here?
You need to log in
before you can comment on or make changes to this bug.
Description
•