On 26-May-2002 Adriano Varoli Piazza wrote: > Blackbox 0.65.a7 hangs and returns to the console when I use kppp: when the > program connects and auto minimizes, blackbox exits (kppp still running). > Otherwise a great window manager. Can anyone point out a solution or a > substitution for kppp? I need something that accepts dynamic DNS names. Gnome > ppp wasn't very good at it, and I coouldn't compile bbppp. > Adriano
I am unable to play with kppp (no modem, no ISP). Can you do the following please: $ ulimit -c unlimited $ CXXFLAGS="-g -O2" ./configure # whatever flags you usually use $ make $ src/blackbox & when you run blackbox and it dies there should be a file named 'core'. When you have the core run 'gdb src/blackbox core' and when you get a command prompt type 'bt'. Please send the output of this command. Please keep both the core and the binary safe somewhere in case I need more information.
