gdb executable
. It is not comfortable but at least tells you, where the program crashed. Breaks due to priority signals (SIGPRIO) at the beginning can be ignored. -- HBr
pWorkingDevice
is a member variable of the server action class and is set before the server action method execute
is called. In Fesa 2.10 this variable is a parameter of the execute
call. -- HBr
partial-setting allowed
. This allows the GUI/middleware to send only partial data sets. In you set server action, check which items have been send using data.itemAvailable("...")
. -- HBr
INFO: INFO: DEBUG: INFO:The text is not shown. Only the classical cout works. What's wrong? (Is it possible to view hexadecimal values via the log-output? How?) -- SolveighMatthies - 29 Feb 2008
ps ax
. Then kill the process using kill -9 pid
-- HBr