Bug 132521
| Summary: | mozilla sometimes hangs, parsing all desktop files | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Harald Hoyer <harald> |
| Component: | mozilla | Assignee: | Christopher Aillon <caillon> |
| Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-05-09 14:39:30 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 123268, 136451 | ||
|
Description
Harald Hoyer
2004-09-14 12:52:52 UTC
I'm suspicious of the call to gnome_vfs_monitor_do_cancel() especially after 132922 and 130967 . Do you still have the system ? If the gamin version was < 0.0.9 I bet it's a duplicate of those bugs. In any case it would be good if you could tell me if this happened too with a recent version of the gamin package. thanks, Daniel didn't occure lately... $ rpm -q gamin gamin-0.0.9-1 if it does happen again, I'll reopen. happened again... now with thunderbird: (gdb) bt #0 0x00a8a2e2 in strncpy () from /lib/tls/libc.so.6 #1 0x0141d1b2 in egg_desktop_entries_get_boolean_list () from /usr/lib/libgnomevfs-2.so.0 #2 0x0141d77e in egg_desktop_entries_flush_parse_buffer () from /usr/lib/libgnomevfs-2.so.0 #3 0x0141db70 in egg_desktop_entries_parse_data () from /usr/lib/libgnomevfs-2.so.0 #4 0x0141dd0d in egg_desktop_entries_new_from_file () from /usr/lib/libgnomevfs-2.so.0 #5 0x01436b58 in gnome_vfs_mime_set_extensions_list () from /usr/lib/libgnomevfs-2.so.0 #6 0x014378e7 in gnome_vfs_mime_get_all_desktop_entries () from /usr/lib/libgnomevfs-2.so.0 #7 0x01434df0 in gnome_vfs_mime_get_default_application () from /usr/lib/libgnomevfs-2.so.0 #8 0x00ef9851 in nsGNOMERegistry::GetFromType () from /usr/lib/thunderbird-0.8.0/components/libdocshell.so #9 0x00ef9c37 in nsGNOMERegistry::GetFromExtension () from /usr/lib/thunderbird-0.8.0/components/libdocshell.so #10 0x00ef83a9 in nsOSHelperAppService::GetFromExtension () from /usr/lib/thunderbird-0.8.0/components/libdocshell.so #11 0x00ef8f75 in nsOSHelperAppService::GetMIMEInfoFromOS () from /usr/lib/thunderbird-0.8.0/components/libdocshell.so #12 0x00ef06ee in nsExternalHelperAppService::GetMIMEInfoForMimeTypeFromDS () from /usr/lib/thunderbird-0.8.0/components/libdocshell.so #13 0x00eee386 in nsExternalAppHandler::GetNeverAskFlagFromPref () from /usr/lib/thunderbird-0.8.0/components/libdocshell.so #14 0x00ee9c2b in nsExternalHelperAppService::CreateNewExternalHandler () from /usr/lib/thunderbird-0.8.0/components/libdocshell.so #15 0x00eed40d in nsExternalAppHandler::CreateProgressListener () from /usr/lib/thunderbird-0.8.0/components/libdocshell.so #16 0x091d544e in NSGetModule () from /usr/lib/thunderbird-0.8.0/components/libnecko.so #17 0x091d560d in NSGetModule () from /usr/lib/thunderbird-0.8.0/components/libnecko.so #18 0x091d5879 in NSGetModule () from /usr/lib/thunderbird-0.8.0/components/libnecko.so #19 0x011174b7 in NSGetModule () from /usr/lib/thunderbird-0.8.0/components/libmail.so #20 0x00ee520e in nsDocumentOpenInfo::Open () from /usr/lib/thunderbird-0.8.0/components/libdocshell.so #21 0x09208bd0 in NSGetModule () from /usr/lib/thunderbird-0.8.0/components/libnecko.so #22 0x091b0bcf in NSGetModule () from /usr/lib/thunderbird-0.8.0/components/libnecko.so #23 0x091b0eb3 in NSGetModule () from /usr/lib/thunderbird-0.8.0/components/libnecko.so #24 0x00cfacb7 in nsInputStreamReadyEvent::EventHandler () from /usr/lib/thunderbird-0.8.0/libxpcom.so #25 0x00d0cb93 in PL_HandleEvent () from /usr/lib/thunderbird-0.8.0/libxpcom.so #26 0x00d0d1f7 in PL_ProcessPendingEvents () from /usr/lib/thunderbird-0.8.0/libxpcom.so Hum, that doesn't look related to monitoring there. I don't think it's gamin related in that case, Daniel well the function name gnome_vfs_mime_get_all_desktop_entries() says it all.. maybe I have to live with that... Is this still an issue? There have been a bunch of fixes to this code since thunderbird 0.8, and I just added another patch to the helper apps code to make things take a slightly different code path to use newer gnome-vfs-2.10 apis. much better in rawhide, was still an issue in FC3 Cool. Marking as RAWHIDE, then. |