Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NiTE: UserViewer segfaults on exit #26

Open
piedar opened this issue Jul 10, 2013 · 0 comments
Open

NiTE: UserViewer segfaults on exit #26

piedar opened this issue Jul 10, 2013 · 0 comments

Comments

@piedar
Copy link

piedar commented Jul 10, 2013

The NiTE 2.2 sample UserViewer segfaults on exit on Linux 3.8.13 with gcc 4.6.3.

Program received signal SIGSEGV, Segmentation fault.
0x000000389aa7d6dd in ?? () from /lib64/libc.so.6
(gdb) backtrace
#0  0x000000389aa7d6dd in ?? () from /lib64/libc.so.6
#1  0x000000389aa7e1f8 in ?? () from /lib64/libc.so.6
#2  0x00007ffff74ffea4 in NACommonData::~NACommonData() () from ./libNiTE2.so
#3  0x00007ffff748f711 in UserTracker::~UserTracker() () from ./libNiTE2.so
#4  0x00007ffff748fc09 in UserTracker::~UserTracker() () from ./libNiTE2.so
#5  0x00007ffff7493677 in niteShutdownUserTracker () from ./libNiTE2.so
#6  0x000000000040248a in SampleViewer::Finalize() ()
#7  0x000000000040251b in SampleViewer::OnKey(unsigned char, int, int) ()
#8  0x00007ffff7db0c5d in glutMainLoopEvent () from /usr/lib64/libglut.so.3
#9  0x00007ffff7db1025 in glutMainLoop () from /usr/lib64/libglut.so.3
#10 0x0000000000401ef9 in SampleViewer::Run() ()
#11 0x0000000000401d89 in main ()
jspricke pushed a commit to jspricke/OpenNI2 that referenced this issue Dec 18, 2014
Added a missing -lpthread flag to one Makefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant