GNOME Bugzilla – Bug 412768
crash in CD/DVD Creator: 1) running a script in a...
Last modified: 2007-02-28 18:32:47 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
+ Trace 114415
Thread 1 (Thread 47500845546064 (LWP 19538))
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 ***
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