On Saturday 07 January 2006 12:33, you wrote: > On 1/6/06, Egon Kocjan <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Sometimes (once every 3 days) fish crashes, when I tab complete paths for > > cd > > command. Also, I am not 100% sure, maybe its just my konsole from kde > > 3.5.0, > > which is an not-yet-stable preview for upcoming suse 10.1. Anyway, when > > problem occurs, konsole simply closes, as if I pressed ^D on an empty > > line. > > > > So, how do I catch this bug? Run fish inside fish? Run fish in gdb all > > the time? :) > > Running fish inside of fish is a start, since you can at least see the exit > messages then. Even better is to run a valgrind session of fish and write > valgrind output to a file. This is only feasible on a really fast computer > though, since valgrind really slows things down. Otherwise you can see if > running fish in strace or gdb gives you any good information on what goes > wrong.
I had some problems with my ISP and email accounts, I'm not sure if this mail was delivered (an hour after the original one), so I am just pasting it here again: Sometimes (once every two-three days) fish crashes when I autocomplete paths for cd command. It always occurs, when the path is not unique and (I think) right before suggestions are displayed. I was a bit lucky today so I managed to get the core dump, this is the backtrace: #0 0x400ecd1b in _int_free () from /lib/tls/libc.so.6 #1 0x400ed1f4 in free () from /lib/tls/libc.so.6 #2 0x08063d2b in al_foreach (l=0x401a58a0, func=0x80b6c98) at util.c:777 #3 0x0805162e in complete_cmd_desc (cmd=<value optimized out>, comp=0xbf8aa204) at complete.c:1181 #4 0x08052fbe in complete (cmd=<value optimized out>, comp=0xbf8aa204) at complete.c:1220 #5 0x08061ce2 in reader_readline () at reader.c:2703 #6 0x08062632 in reader_read (fd=0) at reader.c:2502 #7 0x0806de22 in main (argc=1, argv=0xbf8ac344) at main.c:239 I still have the core file, so I can probably poke around some more, if it's needed. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
