On Monday 23 June 2008 17:43, walter harms wrote: > hi list, > since i was unable to find the root cause for the crash. > I suspected this could be a compiler error. So i have tried > this on an other computer (other version glibc, gcc, 64bit etc) > and the bug occurs again. so i guess its a real bug.
You can add bb_error_msg's in the functions, then run vi ... 2>logfile and sooner or later you will frame the bug in a small portion of code between two bb_error_msg's. It may take some time... --- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
