I'm writing a directfb (1.3.0) based program for an ARM board running linux
2.6.18.
I'm having an issue where if I kill or ^C my program the program doesn't die.
One of the threads remains behind. I get the message as shown below.
# kill 954
# (!) [ 954: 0.000] --> Caught signal 15 (sent by pid 54, uid 0) <--
Now if I kill it again I get an actual termination.
# # kill 954
# (!) [ 954: 4.510] --> Caught signal 15 (sent by pid 54, uid 0) <--
[1] 954 Terminated ./analyzer.1
#
I've found that df_dok (from directfb examples 0.9.25) doesn't have this issue,
but df_window does. The latter makes sense to me since that source was the
example I started my own program from.
Any help would be appreciated.
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users