Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. (gdb) bt
  2. #0 0x4001e424 in __kernel_vsyscall ()
  3. #1 0x403fb571 in select () at ../sysdeps/unix/syscall-template.S:82
  4. #2 0x40206e47 in _ecore_main_select (timeout=-1) at ecore_main.c:1370
  5. #3 0x40207a55 in _ecore_main_loop_iterate_internal (
  6. once_only=once_only@entry=0) at ecore_main.c:1786
  7. #4 0x40207e97 in ecore_main_loop_begin () at ecore_main.c:931
  8. #5 0x0805011f in data_write () at edje_cc_out.c:1610
  9. #6 0x0804acdf in main (argc=8, argv=0xbfb10814) at edje_cc.c:275
  10. (gdb) thread apply all bt
  11.  
  12. Thread 1 (Thread 0x4102f510 (LWP 31185)):
  13. #0 0x4001e424 in __kernel_vsyscall ()
  14. #1 0x403fb571 in select () at ../sysdeps/unix/syscall-template.S:82
  15. #2 0x40206e47 in _ecore_main_select (timeout=-1) at ecore_main.c:1370
  16. #3 0x40207a55 in _ecore_main_loop_iterate_internal (
  17. once_only=once_only@entry=0) at ecore_main.c:1786
  18. #4 0x40207e97 in ecore_main_loop_begin () at ecore_main.c:931
  19. #5 0x0805011f in data_write () at edje_cc_out.c:1610
  20. #6 0x0804acdf in main (argc=8, argv=0xbfb10814) at edje_cc.c:275
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement