rahulch

Untitled

Sep 5th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 7.29 KB | None | 0 0
  1. (gdb) r ./DMS_cfg.txt ~/test_video/TestSequence_0028.mp4
  2. Starting program: /home/root/Rahul/motherson_DMS/FaceAnalysis ./DMS_cfg.txt ~/test_video/TestSequence_0028.mp4
  3. [Thread debugging using libthread_db enabled]
  4. Using host libthread_db library "/lib/libthread_db.so.1".
  5. [New Thread 0xffffb04aa590 (LWP 4459)]
  6. [New Thread 0xffffafca9590 (LWP 4460)]
  7. [New Thread 0xffffaf4a8590 (LWP 4461)]
  8. [New Thread 0xffffaeca7590 (LWP 4462)]
  9. [New Thread 0xffffae4a6590 (LWP 4463)]
  10. [New Thread 0xffffadca5590 (LWP 4464)]
  11. [New Thread 0xffffad4a4590 (LWP 4465)]
  12. [New Thread 0xffffacca3590 (LWP 4466)]
  13. [New Thread 0xffffab630590 (LWP 4467)]
  14. [New Thread 0xffffaae2f590 (LWP 4468)]
  15. [New Thread 0xffffaa62e590 (LWP 4469)]
  16. Model Loading Completed
  17. [New Thread 0xffffa9b9f590 (LWP 4470)]
  18. [New Thread 0xffffa979e590 (LWP 4471)]
  19. [New Thread 0xffffa939d590 (LWP 4472)]
  20. [New Thread 0xffffa8f9c590 (LWP 4473)]
  21. [New Thread 0xffffa879a590 (LWP 4475)]
  22. [New Thread 0xffffa8b9b590 (LWP 4474)]
  23. [New Thread 0xffff73ffe590 (LWP 4476)]
  24. [New Thread 0xffff73bfd590 (LWP 4477)]
  25. cvtColor being
  26. rows = 512
  27. cols = 512
  28. channels = 3
  29. cvtColor end
  30. line 253
  31. rows - 0 cols - 0
  32. rows - 1200 cols - 1600
  33. line 258
  34. line 264
  35. line 270
  36. line 273
  37. line 275
  38. Inference time 0.337433
  39. Done
  40. MGR INFERENCE FA MT S4FDBox[0].nLoc_X = 0,S4FDBox[0].nLoc_Y = 0,S4FDBox[0].nWidth = 0,S4FDBox[0].nHeight = 0
  41. [Thread 0xffff73bfd590 (LWP 4477) exited]
  42. DMS started
  43. [New Thread 0xffff73bfd590 (LWP 4478)]
  44.  
  45. (Driver Monitoring System:4453): Gtk-WARNING **: Allocating size to GtkWindow 0x4478540 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
  46. cvtColor being
  47. rows = 512
  48. cols = 512
  49. channels = 3
  50.  
  51. Thread 21 "FaceAnalysis" received signal SIGSEGV, Segmentation fault.
  52. [Switching to Thread 0xffff73bfd590 (LWP 4478)]
  53. tbb::internal::generic_scheduler::allocate_task (this=this@entry=0xffffa9d2fe00, number_of_bytes=number_of_bytes@entry=8, parent=parent@entry=0x0,
  54.     context=context@entry=0xffffb3a1e568 <tbb::internal::the_dummy_context>) at /usr/src/debug/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/src/tbb/scheduler.cpp:320
  55. 320             my_free_list = t->prefix().next;
  56. (gdb) bt
  57. #0  tbb::internal::generic_scheduler::allocate_task (this=this@entry=0xffffa9d2fe00, number_of_bytes=number_of_bytes@entry=8, parent=parent@entry=0x0,
  58.     context=context@entry=0xffffb3a1e568 <tbb::internal::the_dummy_context>) at /usr/src/debug/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/src/tbb/scheduler.cpp:320
  59. #1  0x0000ffffb39fc6f0 in tbb::internal::generic_scheduler::generic_scheduler (this=this@entry=0xffffa9d2fe00, m=...) at /usr/src/debug/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/src/tbb/scheduler.cpp:100
  60. #2  0x0000ffffb39fe1dc in tbb::internal::custom_scheduler<tbb::internal::IntelSchedulerTraits>::custom_scheduler (m=..., this=0xffffa9d2fe00)
  61.     at /usr/src/debug/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/src/tbb/custom_scheduler.h:59
  62. #3  tbb::internal::custom_scheduler<tbb::internal::IntelSchedulerTraits>::allocate_scheduler (m=...) at /usr/src/debug/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/src/tbb/custom_scheduler.h:120
  63. #4  0x0000ffffb39fc878 in tbb::internal::allocate_scheduler (m=...) at /usr/src/debug/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/src/tbb/scheduler.cpp:42
  64. #5  tbb::internal::generic_scheduler::create_master (a=a@entry=0x0) at /usr/src/debug/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/src/tbb/scheduler.cpp:1167
  65. #6  0x0000ffffb39f7634 in tbb::internal::governor::init_scheduler_weak () at /usr/src/debug/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/src/tbb/governor.cpp:171
  66. #7  0x0000ffffb39f563c in tbb::internal::governor::local_scheduler_weak () at /usr/src/debug/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/src/tbb/governor.h:133
  67. #8  tbb::internal::allocate_root_with_context_proxy::allocate (this=this@entry=0xffff73bfbb48, size=size@entry=72) at /usr/src/debug/tbb/20170412+AUTOINC+a2cfdfe946-r0/git/src/tbb/task.cpp:67
  68. #9  0x0000ffffb3f0f820 in operator new (p=..., bytes=72) at /usr/include/tbb/task.h:1018
  69. #10 tbb::interface9::internal::start_for<tbb::blocked_range<int>, (anonymous namespace)::ProxyLoopBody, tbb::auto_partitioner const>::run (partitioner=..., body=..., range=...)
  70.     at /usr/include/tbb/parallel_for.h:88
  71. #11 tbb::parallel_for<tbb::blocked_range<int>, (anonymous namespace)::ProxyLoopBody> (body=..., range=...) at /usr/include/tbb/parallel_for.h:186
  72. #12 cv::parallel_for_ (range=..., body=..., nstripes=nstripes@entry=4) at /usr/src/debug/opencv/3.2+gitAUTOINC+70bbf17b13-r0/git/modules/core/src/parallel.cpp:315
  73. #13 0x0000ffffb40139a0 in cv::CvtColorLoop<cv::RGB2Gray<unsigned char> > (cvt=..., height=512, width=512, dst_step=512, dst_data=0xffff680c7c00 "\220\376\020h\377\377", src_step=1536,
  74.     src_data=0xffff68007be0 "\346\316\272\346\316\272\346\316\272\345\315\271\345\315\271\345\315\271\345\315\273\345\315\273\344\316\274\344\316\274\344\316\274\344\316\274\343\315\273\343\315\273\342\313\273\342\313\273\343\314\274\343\314\274\343\315\273\343\315\273\343\315\273\343\315\273\342\314\272\342\314\272\343\313\271\343\313\271\343\313\267\343\313\267\343\313\267\344\314\270\345\315\271\345\315\271\345\317\275\345\317\275\346\320\276\346\320\276\347\321\277\346\320\276\346\320\276\346\320\276\346\320\276\346\320\276\346\320\276\345\317\275\344\316\274\344\316\274\343\315\273\343\315\273\342\315\270\342\315\270\341\314\267\340\313\266\340\313\266\340\313\266\341\314\267\341\314\267\342\315\270\342\315\270\342\315\270\343\316\271\343\316\271\343\316\271\344\317\272\344\317\272\341\315\273\341\315\273\340\314"...) at /usr/src/debug/opencv/3.2+gitAUTOINC+70bbf17b13-r0/git/modules/imgproc/src/color.cpp:295
  75. #14 cv::hal::cvtBGRtoGray (
  76.     src_data=src_data@entry=0xffff68007be0 "\346\316\272\346\316\272\346\316\272\345\315\271\345\315\271\345\315\271\345\315\273\345\315\273\344\316\274\344\316\274\344\316\274\344\316\274\343\315\273\343\315\273\342\313\273\342\313\273\343\314\274\343\314\274\343\315\273\343\315\273\343\315\273\343\315\273\342\314\272\342\314\272\343\313\271\343\313\271\343\313\267\343\313\267\343\313\267\344\314\270\345\315\271\345\315\271\345\317\275\345\317\275\346\320\276\346\320\276\347\321\277\346\320\276\346\320\276\346\320\276\346\320\276\346\320\276\346\320\276\345\317\275\344\316\274\344\316\274\343\315\273\343\315\273\342\315\270\342\315\270\341\314\267\340\313\266\340\313\266\340\313\266\341\314\267\341\314\267\342\315\270\342\315\270\342\315\270\343\316\271\343\316\271\343\316\271\344\317\272\344\317\272\341\315\273\341\315\273\340\314"..., src_step=src_step@entry=1536, dst_data=dst_data@entry=0xffff680c7c00 "\220\376\020h\377\377", dst_step=dst_step@entry=512, width=width@entry=512,
  77.     height=height@entry=512, depth=depth@entry=0, scn=scn@entry=3, swapBlue=false) at /usr/src/debug/opencv/3.2+gitAUTOINC+70bbf17b13-r0/git/modules/imgproc/src/color.cpp:8845
  78. #15 0x0000ffffb401b1e8 in cv::cvtColor (_src=..., _dst=..., code=code@entry=6, dcn=dcn@entry=0) at /usr/src/debug/opencv/3.2+gitAUTOINC+70bbf17b13-r0/git/modules/imgproc/src/color.cpp:9751
  79. #16 0x0000ffffb5cfcd24 in S4SSDThread (InputArgs=<optimized out>) at /home/rahul.c/code/mother_son/CODE/faceAnalysisSDK_v1/src/DMSTestapp/faceAnalysis.cpp:3722
  80. #17 0x0000ffffb485a018 in start_thread (arg=0xfffffffff086) at /usr/src/debug/glibc/2.26-r0/git/nptl/pthread_create.c:465
  81. #18 0x0000ffffb3aefadc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78
Add Comment
Please, Sign In to add comment