At Mon, 08 Mar 2004 13:40:14 +1100, Michael Lake wrote: > This is a question about the Deb SIG bug squash this weekend. > I have a *repeatable* Debian bug involving libdbi-perl on a Ti PowerBook > running Debian stable (Debian bug number #230716). > Is this the sort of thing that can get looked at?
% aptitude install perl-debug % ulimit -c unlimited (varies depending on your shell) % debugperl /path/to/mysql.test (core dumps) % gdb debugperl core (gdb) bt 1) keep the core dump somewhere handy for further debugging 2) cut+paste the output from the gdb backtrace into your bug report / slug email. The backtrace will hopefully tell us what library call is at fault - you will probably have to recompile the relevant library with debugging symbols (and re-coredump) to get closer. -- - Gus -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
