shakaran

Untitled

Jun 26th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.91 KB | None | 0 0
  1. $ gdb python
  2. GNU gdb (Linaro GDB) 7.4-2012.06-ubuntu
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i686-linux-gnu".
  9. Para las instrucciones de informe de errores, vea:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Leyendo símbolos desde /usr/bin/python...Leyendo símbolos desde /usr/lib/debug/usr/bin/python2.7...hecho.
  12. hecho.
  13. (gdb) run webcam-1.0
  14. Starting program: /usr/bin/python webcam-1.0
  15. [Depuración de hilo usando libthread_db enabled]
  16. Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  17. [Nuevo Thread 0xb63c9b40 (LWP 11308)]
  18. [Nuevo Thread 0xb58ffb40 (LWP 11309)]
  19. [Nuevo Thread 0xb4e6fb40 (LWP 11310)]
  20. [Nuevo Thread 0xb459fb40 (LWP 11311)]
  21. prepare-window-handle
  22.  
  23. Program received signal SIGSEGV, Segmentation fault.
  24. [Cambiando a Thread 0xb459fb40 (LWP 11311)]
  25. __memcpy_ssse3_rep () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:158
  26. 158 ../sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: No existe el archivo o el directorio.
  27. (gdb) bt
  28. #0  __memcpy_ssse3_rep () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S:158
  29. #1  0xb507af8f in gst_video_frame_copy_plane () from /usr/lib/i386-linux-gnu/libgstvideo-1.0.so.0
  30. #2  0xb507b08f in gst_video_frame_copy () from /usr/lib/i386-linux-gnu/libgstvideo-1.0.so.0
  31. #3  0xb5b9f194 in ?? () from /usr/lib/i386-linux-gnu/gstreamer-1.0/libgstxvimagesink.so
  32. #4  0xb507b48f in ?? () from /usr/lib/i386-linux-gnu/libgstvideo-1.0.so.0
  33. #5  0xb50c8efa in gst_base_sink_do_preroll () from /usr/lib/i386-linux-gnu/libgstbase-1.0.so.0
  34. #6  0xb50ca36b in ?? () from /usr/lib/i386-linux-gnu/libgstbase-1.0.so.0
  35. #7  0xb50cd3c6 in ?? () from /usr/lib/i386-linux-gnu/libgstbase-1.0.so.0
  36. #8  0xb50cfb68 in ?? () from /usr/lib/i386-linux-gnu/libgstbase-1.0.so.0
  37. #9  0xb5af0b06 in ?? () from /usr/lib/i386-linux-gnu/libgstreamer-1.0.so.0
  38. #10 0xb5ae048c in gst_proxy_pad_chain_default () from /usr/lib/i386-linux-gnu/libgstreamer-1.0.so.0
  39. #11 0xb5af0b06 in ?? () from /usr/lib/i386-linux-gnu/libgstreamer-1.0.so.0
  40. #12 0xb5ae048c in gst_proxy_pad_chain_default () from /usr/lib/i386-linux-gnu/libgstreamer-1.0.so.0
  41. #13 0xb5af0b06 in ?? () from /usr/lib/i386-linux-gnu/libgstreamer-1.0.so.0
  42. #14 0xb50d57cb in ?? () from /usr/lib/i386-linux-gnu/libgstbase-1.0.so.0
  43. #15 0xb5b21a68 in ?? () from /usr/lib/i386-linux-gnu/libgstreamer-1.0.so.0
  44. #16 0xb5b22ad8 in ?? () from /usr/lib/i386-linux-gnu/libgstreamer-1.0.so.0
  45. #17 0xb7626c88 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  46. #18 0xb76262b3 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  47. #19 0xb7f9bd4c in start_thread (arg=0xb459fb40) at pthread_create.c:308
  48. #20 0xb7cb8ace in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Advertisement
Add Comment
Please, Sign In to add comment