Closed
Bug 487582
Opened 17 years ago
Closed 16 years ago
Firefox crashed when I tried to open a file. [@ g_bookmark_file_get_size]
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: krishnan.parthasarathi, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.9.0.8) Gecko/2009040814 Firefox/3.0.8
Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.9.0.8) Gecko/2009040814 Firefox/3.0.8
Firefox crashed when I tried opening a file using the 'Ctrl+o' keyboard shortcut.
Reproducible: Didn't try
Steps to Reproduce:
1.Launch Firefox (through terminal)
2.Try opening a file on the disk (using 'Ctrl+o')
3.
Actual Results:
(Gecko:29794): Gtk-WARNING **: Attempting to read the recently used resources file at `/$HOME/.recently-used.xbel', but the parser failed: Unexpected attribute 'modified' for element 'application'.
Segmentation Fault - core dumped
P.S $HOME is inserted to hide username.
Expected Results:
Firefox must open the file chooser dialog.
about:buildconfig
Build platform
target
sparc-sun-solaris2.10
Build tools
Compiler Version Compiler flags
/ws/onnv-tools/SUNWspro/SS11/bin/cc Sun C 5.8 Patch 121015-04 2007/01/10 -I/opt/sfw/include -I/usr/sfw/include -xlibmieee -xstrconst -xbuiltin=%none -mt
/ws/onnv-tools/SUNWspro/SS11/bin/CC Sun C++ 5.8 Patch 121017-07 2006/11/02 -I/opt/sfw/include -I/usr/sfw/include -xlibmieee -xbuiltin=%none -features=tmplife -norunpath -mt
Configure arguments
--enable-application=browser --enable-optimize --disable-debug --disable-tests --disable-auto-deps --disable-crashreporter --enable-official-branding --enable-jemalloc --with-system-jpeg
| Reporter | ||
Comment 1•17 years ago
|
||
The attachment contains the stack trace of the crash.
Updated•17 years ago
|
Attachment #371824 -
Attachment mime type: application/octet-stream → text/plain
Comment 2•17 years ago
|
||
The crash appears to be within GTK:
g_bookmark_file_get_size (0, f6012e80, f1e12070, 0, f1e141a0, f1e141a0) + 10
build_recent_items_list (f6709af0, ffffff, ff000000, 1c00, 0, f6709b00) + 170
gtk_recent_manager_real_changed (f6709af0, f60113a0, 0, 1c00, f6709af0, f6709b00) + 1ac
g_cclosure_marshal_VOID__VOID (f67de140, 0, 1, ffbfe048, ffbfdf14, fc6b5c20) + a4
g_type_class_meta_marshal (f67de140, 0, 1, ffbfe048, ffbfdf14, 44) + 74
g_closure_invoke (f67de140, 0, 1, ffbfe048, ffbfdf14, 0) + 100
signal_emit_unlocked_R (f6011430, 0, f6709af0, 0, ffbfe048, 1) + 66c
g_signal_emit_valist (f6709af0, de, 0, ffbfe288, 0, 0) + 9f0
g_signal_emit (f6709af0, de, 0, 0, 0, 0) + 2c
gtk_recent_manager_changed (f6709af0, f6012e80, ff000000, 0, 0, fae385c8) + 34
gtk_recent_manager_poll_timeout (f6709af0, ffffff, ff000000, f6709af0, 0, f6709b00) + e8
threads_dispatch (f5ec7620, 0, 0, 0, f5ec7620, 0) + 80
g_timeout_dispatch (f5e8dce0, fc6b5328, f5ec7620, 0, ff392a40, 0) + 68
g_main_dispatch (fae38300, 0, 0, f67de160, f5e8dce0, ff2c1e00) + 210
...
Severity: critical → major
Summary: Firefox crashed when I tried to open a file. → Firefox crashed when I tried to open a file. [@ g_bookmark_file_get_size]
Comment 3•17 years ago
|
||
Please make a copy of the file $HOME/.recently-used.xbel for future
analysis. Also, is the crash reproducible? Thanks.
Seem like there is something wrong with you $HOME/.recently-used.xbel, you can try it open file with gedit/bluefish.
can you put out the .recently-used.xbel there?
| Reporter | ||
Comment 5•17 years ago
|
||
The attachment contains the .recently-used.xbel file.
Not a bug of Mozilla.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•