Sebastian Niehaus <[EMAIL PROTECTED]> writes: > Please don't kill me for stupid question: how do generate a coredump > and a backtrace?
* recompile the wpasupplicant package with the environment DEB_BUILD_OPTIONS="nostrip" * Start a shell and issue 'ulimit -c unlimited'. * Run wpasupplicant from hand in the same shell with correct parameters. * If the problem reappears, send it a abort signal like this: 'kill -6 `pidof wpa_supplicant`' * a file 'core' should be created in the current directory * run gdb: 'gdb /sbin/wpa_supplicant core' * create a backtrace: 'bt' Attach that output. -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

