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 412768 - crash in CD/DVD Creator: 1) running a script in a...
crash in CD/DVD Creator: 1) running a script in a...
Status: RESOLVED DUPLICATE of bug 368534
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-27 20:11 UTC by mark.furner
Modified: 2007-02-28 18:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description mark.furner 2007-02-27 20:11:58 UTC
What were you doing when the application crashed?
1) running a script in a console to shrink JPG files using "convert", taking pictures in a subdirectory named orig/ and placing converted pictures into shrunk/
2) using the gnome default file browser that was open in the orig/ folder to look into shrunk to check whether new files were appearing: it crashed when I got to the main directory folder.


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 235364352 vsize: 235364352 resident: 50683904 share: 20115456 rss: 50683904 rss_rlim: -1
CPU usage: start_time: 1172605643 rtime: 3062 utime: 2794 stime: 268 cutime:408 cstime: 35 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/nautilus'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47500845546064 (LWP 19538)]
(no debugging symbols found)
0x00002b33a3092eef in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 47500845546064 (LWP 19538))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 raise
    from /lib/libc.so.6
  • #4 abort
    from /lib/libc.so.6
  • #5 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #6 g_log
    from /usr/lib/libglib-2.0.so.0
  • #7 g_assert_warning
    from /usr/lib/libglib-2.0.so.0
  • #8 fm_directory_view_bump_zoom_level
  • #9 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_chain_from_overridden
    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 fm_directory_view_bump_zoom_level
  • #14 g_source_get_current_time
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #16 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #17 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #18 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #19 POA_Nautilus_MetafileMonitor__init
  • #20 __libc_start_main
    from /lib/libc.so.6
  • #21 ??
  • #22 ??
  • #23 ??
  • #0 waitpid
    from /lib/libpthread.so.0

Comment 1 André Klapper 2007-02-28 16:10:38 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but the maintainers need more information to fix the bug. Could you please answer the questions in the other report in order to help the developers?


*** This bug has been marked as a duplicate of 368534 ***
Comment 2 mark.furner 2007-02-28 18:32:47 UTC
Here are some further details as I recall them:

I had nautilus open in a sub-directory, call it say, pics/orig/ while I was running a small 1-liner bash script to shrink the pictures in this folder using the ImageMagick convert program. The output was being sent to pics/shrunk. I wanted to check whether the script output was OK and moved nautilus up one folder using the buttons in the toolbar [ pics ] [ orig ] (pressing on "pics" ). From there I wanted to navigate to the pics/shrunk subfolder but it crashed, I think  before I even got to the subfolder but I am not sure whether I'd clicked the subfolder in the main window. The script was still running and the pics/shrunk subfolder was still being populated at the time. 

My nautilus version is fairly up-to-date since I update the system at least once per week, but you've got the version info from the debug output.

I'll try it again to see if I can repeat the problem and document it better.

Hope this helps!

M