After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 135688 - crash on download with 8bit-characters
crash on download with 8bit-characters
Status: RESOLVED NOTGNOME
Product: epiphany
Classification: Core
Component: Downloads
1.0.x
Other Linux
: High critical
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-02-28 14:59 UTC by fnatter
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description fnatter 2004-02-28 14:59:18 UTC
Steps to reproduce the crash:
1. http://home.t-online.de/home/fam.natter/pr%C3%BCfung.txt.zip
2. click Save
3. click OK
4. epiphany crashes or loops infinitely

Additional Information:

I am using mozilla 1.5b (garnome 0.27.1), but upgraded to epiphany
1.0.7.

(gdb) bt
  • #0 sigsuspend
    from /lib/libc.so.6
  • #1 __pthread_wait_for_restart_signal
    from /lib/libpthread.so.0
  • #2 __pthread_alt_lock
    from /lib/libpthread.so.0
  • #3 pthread_mutex_lock
    from /lib/libpthread.so.0
  • #4 free
    from /lib/libc.so.6
  • #5 nsProfileLock::Unlock
    from /home/felix/garnome/lib/mozilla-1.5b/libgtkembedmoz.so
  • #6 nsProfileLock::RemovePidLockFiles
    from /home/felix/garnome/lib/mozilla-1.5b/libgtkembedmoz.so
  • #7 nsProfileLock::FatalSignalHandler
    from /home/felix/garnome/lib/mozilla-1.5b/libgtkembedmoz.so
  • #8 pthread_sighandler
    from /lib/libpthread.so.0
  • #9 sigaction
    from /lib/libc.so.6
  • #10 free
    from /lib/libc.so.6
  • #11 PR_Free
    from /home/felix/garnome/lib/mozilla-1.5b/libnspr4.so
  • #12 nsMemoryImpl::Free
    from /home/felix/garnome/lib/mozilla-1.5b/libxpcom.so
  • #13 nsMemory::Free
    from /home/felix/garnome/lib/mozilla-1.5b/libxpcom.so
  • #14 nsStrPrivate::Free
    from /home/felix/garnome/lib/mozilla-1.5b/libxpcom.so
  • #15 nsStrPrivate::Destroy
    from /home/felix/garnome/lib/mozilla-1.5b/libxpcom.so
  • #16 nsString::~nsString
    from /home/felix/garnome/lib/mozilla-1.5b/libxpcom.so
  • #17 GContentHandler::PromptForSaveToFile
    at ContentHandler.cpp line 339
  • #18 nsExternalAppHandler::PromptForSaveToFile
    from /home/felix/garnome/lib/mozilla-1.5b/components/libdocshell.so
  • #19 nsExternalAppHandler::SaveToDisk
    from /home/felix/garnome/lib/mozilla-1.5b/components/libdocshell.so
  • #20 mime_ask_dialog_save_clicked_cb
    at ContentHandler.cpp line 614
  • #21 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #22 g_closure_invoke
    at gclosure.c line 437
  • #23 signal_emit_unlocked_R
    at gsignal.c line 2822
  • #24 g_signal_emit_valist
    at gsignal.c line 2554
  • #25 g_signal_emit
    at gsignal.c line 2612
  • #26 gtk_button_clicked
    at gtkbutton.c line 555
  • #27 gtk_real_button_released
    at gtkbutton.c line 1044
  • #28 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #29 g_type_class_meta_marshal
    at gclosure.c line 514
  • #30 g_closure_invoke
    at gclosure.c line 437
  • #31 signal_emit_unlocked_R
    at gsignal.c line 2752
  • #32 g_signal_emit_valist
    at gsignal.c line 2554
  • #33 g_signal_emit
    at gsignal.c line 2612
  • #34 gtk_button_released
    at gtkbutton.c line 547
  • #35 gtk_button_button_release
    at gtkbutton.c line 960
  • #36 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 82
  • #37 g_type_class_meta_marshal
    at gclosure.c line 514
  • #38 g_closure_invoke
    at gclosure.c line 437
  • #39 signal_emit_unlocked_R
    at gsignal.c line 2860
  • #40 g_signal_emit_valist
    at gsignal.c line 2564
  • #41 g_signal_emit
    at gsignal.c line 2612
  • #42 gtk_widget_event_internal
    at gtkwidget.c line 3269
  • #43 gtk_widget_event
    at gtkwidget.c line 3075
  • #44 gtk_propagate_event
    at gtkmain.c line 2254
  • #45 gtk_main_do_event
    at gtkmain.c line 1503
  • #46 gdk_event_dispatch
    at gdkevents-x11.c line 2064
  • #47 g_main_dispatch
    at gmain.c line 1751
  • #48 g_main_context_dispatch
    at gmain.c line 2299
  • #49 g_main_context_iterate
    at gmain.c line 2380
  • #50 g_main_loop_run
    at gmain.c line 2600
  • #51 bonobo_main
    at bonobo-main.c line 294
  • #52 main
    at ephy-main.c line 176

galeon-1.3.13a does not have this problem: it encodes the file as
"prüfung.txt.zip".
Comment 1 Christian Persch 2004-02-28 18:22:17 UTC
This works for me in epiphany HEAD [using mozilla 1.7b trunk].

What's your locale setting ? "echo $LANG" from shell.
Comment 2 fnatter 2004-02-28 18:46:24 UTC
LANG is not set.
I tried "export LANG=de_DE" and started epiphany from the shell but
the problem is still there. A friend of mine with debian sid just
confirmed that he does not have the problem too.

If I paste the link (home.t-online.de/~fam.natter/prüfung.txt.zip)
into mozilla 1.2, the download dialog (with open and save options)
opens and I can save it. If I do the same with mozilla 1.5b,
nothing happens.

Sorry, it seems like mozilla 1.5b is the problem.
I will ask garnome-list to see if someone can confirm this, because
quite a few people there are using garnome 0.27.1 and thus mozilla
1.5b. I will soon post the results here.
Comment 3 Christian Persch 2004-03-03 22:40:59 UTC
The trace indicates a crash in mozilla string dtor.
Comment 4 fnatter 2004-03-26 20:55:04 UTC
I upgraded to mozilla 1.6 and the problem is gone.
Comment 5 Christian Persch 2004-03-27 01:03:07 UTC
Resolving NOTGNOME based on last comment.