Closed
Bug 1070622
Opened 11 years ago
Closed 8 years ago
Errors during install / reset-gaia: basic_code_modules.cc:88: INFO: No module at
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: daleharvey, Unassigned)
References
Details
These started appearing recently, seem harmless but confusing
https://gist.github.com/daleharvey/46f3abe51c6e4aafdb78
Reporter | ||
Updated•11 years ago
|
Blocks: dale-being-happy
Comment 1•11 years ago
|
||
Something is using the Breakpad stackwalker in-process and not suppressing the output, but I don't know what. I don't think it's the profiler, maybe it's the hang detector?
Comment 2•11 years ago
|
||
that output message comes from b2g-desktop, add correct configuration to b2g-desktop build config may solve this problem.
Alex, do you have any idea?
Updated•11 years ago
|
Flags: needinfo?(poirot.alex)
Comment 3•11 years ago
|
||
(In reply to Ted Mielczarek [:ted.mielczarek] from comment #1)
> Something is using the Breakpad stackwalker in-process and not suppressing
> the output, but I don't know what. I don't think it's the profiler, maybe
> it's the hang detector?
Yeah I've seen the hang detector output those.
Comment 4•11 years ago
|
||
These exceptions may disappear with bug 1079138.
It looks like using Downloads.jsm is related to seeing these stacks.
Flags: needinfo?(poirot.alex)
Comment 5•11 years ago
|
||
Do these exceptions still happen since bug 1079138 landed?
Flags: needinfo?(ricky060709)
Comment 6•11 years ago
|
||
Yes, these exceptions still have in b2g_sdk. At the same time, it also slow our building time down.
Flags: needinfo?(ricky060709)
Comment 7•11 years ago
|
||
Could you try bumping b2g sdk to the last version to see if it has been fixed in it?
Comment 9•11 years ago
|
||
These are printed by the background hang monitor, which uses breakpad's stack unwinder through ThreadStackHelper::GetNativeStack.
Comment 10•11 years ago
|
||
Off-topic but at least b2g-related: Where does the background hang monitor log/archive stuff? The same place about:crashes stuff ends up? I've seen some of these backtrace indicators recently on b2g where the fact that a hang monitor is running a backtrace could be very relevant...
Comment 11•11 years ago
|
||
Related: bug 1069558.
Comment 12•11 years ago
|
||
(In reply to Andrew Sutherland [:asuth] from comment #10)
> Off-topic but at least b2g-related: Where does the background hang monitor
> log/archive stuff? The same place about:crashes stuff ends up? I've seen
> some of these backtrace indicators recently on b2g where the fact that a
> hang monitor is running a backtrace could be very relevant...
Hang data go through telemetry (i.e. you can see the data in about:telemetry)
I am about to disable these messages in bug 1166964.
Depends on: 1166964
This should be gone now, once you update the b2g version used in the build system.
Reporter | ||
Updated•9 years ago
|
No longer blocks: dale-being-happy
Comment 15•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•