Open
Bug 2031036
Opened 1 month ago
Updated 25 days ago
Failure to remove arguments in signature with "(anonymous namespace)"
Categories
(Socorro :: Signature, task, P3)
Socorro
Signature
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: mccr8, Assigned: hafzal)
References
Details
(Whiteboard: [cringe])
Attachments
(1 file)
I'm not sure if this should go in Signature or another component, but I came across this case where the arguments aren't being properly removed:
[@ SerializeJSONProperty(JSContext*, JS::Value const&, (anonymous namespace)::StringifyContext*) ]
Maybe the (anonymous namespace) stuff is breaking a regexp somewhere?
| Reporter | ||
Updated•1 month ago
|
Summary: Failure to remove arguments in signature → Failure to remove arguments in signature with "(anonymous namespace)"
| Reporter | ||
Comment 1•1 month ago
|
||
It looks like the most common instance of this problem is [@ shutdownhang | mozilla::SpinEventLoopUntil(nsTSubstring<T> const&, (anonymous namespace)::ParentImpl::ShutdownBackgroundThread::<T>&&, nsIThread*) | (anonymous namespace)::ParentImpl::ShutdownBackgroundThread ] eg bp-43b718f4-e343-4b65-a47e-1d9f70260410
Comment 2•1 month ago
|
||
Thanks for the report! Your guess is what I'd also guess as the root cause. Haseeb will take a look at this one.
Assignee: nobody → hafzal
Status: NEW → ASSIGNED
Priority: -- → P3
Whiteboard: [cringe]
Updated•1 month ago
|
| Assignee | ||
Comment 3•25 days ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•