rahulch

Untitled

Sep 18th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.11 KB | None | 0 0
  1. (gdb) r
  2. Starting program: /home/rahul.c/code/amd_test/AMDI_USA_18_056/PeopleIdentification/build/src/PeopleIdentification
  3. [Thread debugging using libthread_db enabled]
  4. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  5. [New Thread 0x7fffd2437700 (LWP 21042)]
  6. [New Thread 0x7fffc8e04700 (LWP 21043)]
  7. [New Thread 0x7fffc3fff700 (LWP 21044)]
  8. [New Thread 0x7fffc37fe700 (LWP 21045)]
  9. [New Thread 0x7fffc2ffd700 (LWP 21046)]
  10.  
  11. Thread 1 "PeopleIdentific" received signal SIGSEGV, Segmentation fault.
  12. 0x00007ffff608c131 in QString::operator= (this=0x330, other=...) at tools/qstring.cpp:2417
  13. 2417        if (!d->ref.deref())
  14. (gdb) bt
  15. #0  0x00007ffff608c131 in QString::operator= (this=0x330, other=...) at tools/qstring.cpp:2417
  16. #1  0x000000000044ca34 in PeopleIdentificationMainWindow::setVideoFilePath (this=0x0, videoFilePath=...)
  17.     at /home/rahul.c/code/amd_test/AMDI_USA_18_056/PeopleIdentification/src/peopleidentificationmainwindow.cpp:105
  18. #2  0x0000000000438cbf in main (argc=1, argv=0x7fffffffd288) at /home/rahul.c/code/amd_test/AMDI_USA_18_056/PeopleIdentification/src/main.cpp:19
  19. (gdb)
Add Comment
Please, Sign In to add comment