Closed
Bug 1235257
Opened 10 years ago
Closed 9 years ago
crash around nsAppShell::ProcessNextNativeEvent (@0xa49d336b | @0x7198ffff | nsAppShell::ProcessNextNativeEvent(bool)) (if Rapport is installed into the environment)
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: masayuki, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-2aa7ced4-8828-481b-9b23-dc94f2151227.
=============================================================
The victim said that this bug suddenly started to reproduce in this a couple of hours. And even she does nothing, this is reproduced.
Looks like that some other users reproduce this crash (crashed at @0xa49d336b after @0x7198ffff after nsAppShell::ProcessNextNativeEvent(bool)) a lot.
https://crash-stats.mozilla.com/report/list?product=Firefox&signature=nsAppShell%3A%3AProcessNextNativeEvent
Looks like a new regression of 43 or 43.0.1?
Comment 1•10 years ago
|
||
according to Correlations, it's somehow related to Trusteer Rapport.
> 100% (21/21) RapportTanzanEx430.DLL
> 100% (21/21) RapportGP.DLL
> 100% (21/21) rooksdol.dll
> 100% (21/21) TRF.dll
> 100% (21/21) RapportUtil.dll
> 100% (21/21) rooksbas.dll
similar issue reported before in bug 786153
See Also: → 786153
Reporter | ||
Comment 2•10 years ago
|
||
arai-san, thank you for your comment! You're right. The victim said, the latest Rapport seems to fix their bug.
Can we do something for this bug?
Flags: needinfo?(benjamin)
Summary: crash around nsAppShell::ProcessNextNativeEvent (@0xa49d336b | @0x7198ffff | nsAppShell::ProcessNextNativeEvent(bool)) → crash around nsAppShell::ProcessNextNativeEvent (@0xa49d336b | @0x7198ffff | nsAppShell::ProcessNextNativeEvent(bool)) (if older version of Rapport is installed into the environment)
Reporter | ||
Comment 3•10 years ago
|
||
FYI: Major bank in Japan, the bank of Mitsubishi-Tokyo UFJ, recommend to install Rapport for their net banking users. I guess that a lot of Japanese Firefox users meet this bug.
Comment 4•9 years ago
|
||
You could add the broken versions of the Rapport DLLs to our DLL blocklist at mozglue/build/WindowsDllBlocklist.cpp if you know what versions those are. Trusteer Rapport has been a longstanding source of stability issues within Firefox.
Flags: needinfo?(benjamin)
Reporter | ||
Comment 5•9 years ago
|
||
Thank you.
I'm not sure which dll causes this crash, though, looks like one of following dll is the cause because their symbols are not available and the stack just recorded the address:
* RapportGP.DLL 3.5.1507.99
* RapportUtil.dll 3.5.1507.99
* rooksbas.dll 2.143.0.0
https://crash-stats.mozilla.com/report/list?product=Firefox&signature=nsAppShell%3A%3AProcessNextNativeEvent#tab-reports
Do you have any idea, Makoto-san?
Flags: needinfo?(m_kato)
Comment 6•9 years ago
|
||
Humm, maybe, although a module loaded around 0x7149ffff, it was unloaded. Or any module allocates procedure around it. So I cannot find root cause except to Rapport.
When I check Rapport version, all signature seems to be the latest version. So we should contact to IBM at first. Because we have no information whether this issue is fixed by them.
Flags: needinfo?(m_kato)
Comment 7•9 years ago
|
||
I will send technical support of Rapport for this.
Comment 8•9 years ago
|
||
[Tracking Requested - why for this release]:
in early crash data for 44rc2 this crash is on #5, making up 1.66% of all crashers.
status-firefox44:
--- → affected
tracking-firefox44:
--- → ?
Reporter | ||
Comment 9•9 years ago
|
||
According to Makoto-san, this reproducible with the latest Rapport.
Summary: crash around nsAppShell::ProcessNextNativeEvent (@0xa49d336b | @0x7198ffff | nsAppShell::ProcessNextNativeEvent(bool)) (if older version of Rapport is installed into the environment) → crash around nsAppShell::ProcessNextNativeEvent (@0xa49d336b | @0x7198ffff | nsAppShell::ProcessNextNativeEvent(bool)) (if Rapport is installed into the environment)
Comment 11•9 years ago
|
||
Firefox 44 crashes are that version 3.5.1507.105 (the latest version?) is installed.
Comment 12•9 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #10)
> I contacted them.
Good news. They confirm this issue, then they will release new fixed version soon.
Comment 13•9 years ago
|
||
due to the recent development in crash stats i'm going to mark this issue as fixed by trusteer's update:
https://crash-stats.mozilla.com/signature/?date=%3E2016-01-15&signature=nsAppShell%3A%3AProcessNextNativeEvent#graphs
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•