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 576170 - Changing folder while transferring crashes gftp
Changing folder while transferring crashes gftp
Status: RESOLVED INCOMPLETE
Product: gftp
Classification: Other
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Brian Masney
Brian Masney
Depends on:
Blocks:
 
 
Reported: 2009-03-21 11:25 UTC by Vladislav Guberinic
Modified: 2009-09-15 17:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bugbuddy gftp report (233.89 KB, text/plain)
2009-09-15 16:50 UTC, Tasos Latsas
Details
stack trace (2.88 KB, text/plain)
2009-09-15 17:26 UTC, Tasos Latsas
Details

Description Vladislav Guberinic 2009-03-21 11:25:00 UTC
Steps to reproduce:
1. Log into some ftp
2. Start uploading file
3. Wait a bit
4. Enter into some directory
5. CRASH

Stack trace:
(gdb) thread apply all bt

Thread 1 (Thread 0x7fa4bbb686f0 (LWP 24135))

  • #0 gftp_expand_path
  • #1 gftpui_run_chdir
  • #2 list_doaction
  • #3 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #4 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #5 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #6 gtk_signal_emit
    from /usr/lib/libgtk-x11-2.0.so.0
  • #7 gtk_clist_button_press
    from /usr/lib/libgtk-x11-2.0.so.0
  • #8 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #9 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #10 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #13 gtk_widget_event_internal
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0


Other information:
Version is 2.0.19
Archlinux, compiled for 64bit
This crash was caused using sftp.
Comment 1 palfrey 2009-03-25 19:21:38 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so and reopen this bug or report a new one. Thanks in advance!
Comment 2 Tasos Latsas 2009-09-15 16:50:22 UTC
Created attachment 143235 [details]
bugbuddy gftp report

same problem here with archlinux i386
attached a bug buddy report
Comment 3 palfrey 2009-09-15 16:54:45 UTC
(In reply to comment #2)
> same problem here with archlinux i386
> attached a bug buddy report

That's not a stacktrace unfortunately. http://live.gnome.org/GettingTraces/Details#learn-about-stacktraces has details about what a stacktrace is and isn't, and http://live.gnome.org/GettingTraces/Details#gdb-not-yet-running says how to get a new and improved one. Without that, we can't determine what actually caused the bug.
Comment 4 Tasos Latsas 2009-09-15 17:26:31 UTC
Created attachment 143238 [details]
stack trace

oops sorry about that
i did as the link suggested and attached the output after
"thread apply all bt"
hope this time is right