Advertisement
Guest User

Untitled

a guest
Nov 12th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. Starting program: /usr/local/bin/node test/topdf.js
  2. [Thread debugging using libthread_db enabled]
  3. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  4. [New Thread 0x7ffff7fe9700 (LWP 10883)]
  5. [New Thread 0x7ffff5600700 (LWP 10884)]
  6. [New Thread 0x7ffff4dff700 (LWP 10885)]
  7. [New Thread 0x7fffeffff700 (LWP 10886)]
  8. [New Thread 0x7fffef7fe700 (LWP 10887)]
  9. about to convert
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7fffef7fe700 (LWP 10887)]
  13. 0x00000000007f67ce in v8::internal::Isolate::IsInitialized() ()
  14. (gdb) bt
  15. #0 0x00000000007f67ce in v8::internal::Isolate::IsInitialized() ()
  16. #1 0x00000000007d1e2c in v8::IsDeadCheck(v8::internal::Isolate*, char const*) ()
  17. #2 0x00000000007d1f68 in v8::EnsureInitializedForIsolate(v8::internal::Isolate*, char const*) ()
  18. #3 0x00000000007eddfa in v8::String::New(char const*, int) ()
  19. #4 0x00007ffff69ddfed in setOptions(unsigned long long, v8::Handle<v8::Object>) ()
  20. from /home/ryan/repos/topdf/build/Release/topdf.node
  21. #5 0x00007ffff69de09a in topdf_convert(uv_work_s*) () from /home/ryan/repos/topdf/build/Release/topdf.node
  22. #6 0x00000000006e2ec7 in worker (arg=<optimized out>) at ../deps/uv/src/unix/threadpool.c:65
  23. #7 0x00007ffff6fa6e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  24. #8 0x00007ffff6cd3cbd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  25. #9 0x0000000000000000 in ?? ()
  26. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement