Darragh Bailey wrote: > On Sun, Sep 21, 2008 at 04:38:15PM -0600, Vitaliy Margolen wrote: >> Almost all bugs that come from Ubuntu users don't have usable backtraces. >> Instead they have this: >> >> Process of pid=0008 has terminated >> No process loaded, cannot execute 'echo Modules:' >> Cannot get info on module while no process is loaded >> >> Needless to say this doesn't help with troubleshooting the problem. Does >> anyone have a clue what might be the problem? >> >> Vitaliy. > > Believe that building deb packages will strip debuging symbols from the > binaries but unlike rpm does not by default create a debuginfo like > package and place the corresponding symbols in there. >
I'm not talking about debug symbols - those are stripped in all binary packages. The issue is winedbg can't even start & attach to the process properly. It's either a race of sorts, or something preventing it from starting properly. Vitaliy