Le 05.08.2007, à 15:19:41, Andrew Robinson a écrit:
> I tried the comment from that suggested that building from source
> would fix the problem. I tried:
> 
> sudo apt-build install mail-notification
> 
> The crash still occurs.

That is "good" news. I also tried to recompile but can't reproduce the
crash with the recompiled version. So it is not possible for me to
debug.

can you:
- rebuild from source
- execute the rebuilt version (not stripped) inside gdb

You should do something like:
$ apt-get source mail-notification
$ cd mail-notification-4.1.dfsg.1
$ debuild
$ cd src
$ gdb mail-notification
(gdb) run
wait for the crash
(gdb) backtrace

And send the logs to the bug address.

Thanks

-- 
 Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --

Reply via email to