freenect_stack icon indicating copy to clipboard operation
freenect_stack copied to clipboard

nodelet crashed with SIGSEGV in freenect_close_device()

Open jack-oquin opened this issue 9 years ago • 2 comments

This crash was observed on one of our robots (clamps), probably on shutdown.

Ubuntu Trusty, ROS Indigo, amd64.

Segfault happened at: 0x7f519d708c80 <freenect_close_device+64>

I can't tell whether that actual problem is here or in libfreenect, and I can't figure out how to copy and paste the stack traceback from the Ubuntu crash report. I'll try to get a real gdb traceback if I can reproduce this again.

jack-oquin avatar Mar 02 '16 16:03 jack-oquin

@jack-oquin Thanks! I've never seen this error before.

piyushk avatar Mar 02 '16 17:03 piyushk

Happened again today. Different address, but same offset in freenect_close_device.

No core dump. I forgot to set ulimit. But, it's probably reproducible.

jack-oquin avatar Mar 09 '16 17:03 jack-oquin