| Summary: | www-client/seamonkey-2.0.1 crashes when Javascript is enabled | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Robert Bradbury <robert.bradbury> |
| Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | major | CC: | mmokrejs |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://code.google.com/p/chromium/issues/detail?id=32061 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Seamonkey strace with javascript problem
emerge --info |
||
|
Description
Robert Bradbury
2010-01-15 09:09:30 UTC
Created attachment 216578 [details]
Seamonkey strace with javascript problem
Created attachment 216579 [details]
emerge --info
It may be worth noting that this seamonkey problem may be due to bad data imported during the 2.0.1 first time startup. But I have no idea where to go looking for it (perhaps another set of eyes looking at the strace might help).
I have a separate (different user) seamonkey-2.0.1 session which does have Javascript enabled (though I don't think it imported any previous/other browser data) which seems to be able to function properly.
(In reply to comment #2) > Created an attachment (id=216579) [details] > emerge --info > > It may be worth noting that this seamonkey problem may be due to bad data > imported during the 2.0.1 first time startup. But I have no idea where to go > looking for it (perhaps another set of eyes looking at the strace might help). > > I have a separate (different user) seamonkey-2.0.1 session which does have > Javascript enabled (though I don't think it imported any previous/other browser > data) which seems to be able to function properly. > you will need to test with a clean profile, we are unable to ensure a proper migration from one version to the next. Maybe try to get debug info out from seamonkey (either hack the ebuild or configure yourself) with "./configure --disable-optimize --enable-debug='-g3 -O0 -ggdb' --enable-debug-modules=all --enable-debugger-info-modules --enable-detect-webshell-leaks". The first two flags give you debug info in binaries and the other enable extra debug messages printed into the parent xterm. What I usually do then is: cd dist/bin MOZILLA_FIVE_HOME=`pwd` XPCOM_DEBUG_BREAK=trap ./mozilla -g BTW, the message "GLib-WARNING **: g_set_prgname() called multiple times" I see also with 1.1.18 and must be related to recent updates of some other stuff, let's say within last 1-2 months. Does this still happen with seamonkey-2.0.4? Please reopen this bug in case it still isn't fixed. |