fork download
  1. Info in <TThread::Run JoinHelper:0xb6704b70>: thread run requested
  2. Info in <TThread::AfterCancel JoinHelper:0xb4f01b70>: thread is canceled
  3. Info in <TThread::Function JoinHelper:0xb6704b70>: thread is running
  4. Info in <TThread::~TThread JoinHelper:0xb6704b70>: thread deleted
  5. Info in <TPosixThread::Cleanup>: cleanup 0x0
  6. Info in <TThread::Run JoinHelper:0xb5f03b70>: thread run requested
  7. Info in <TThread::Function JoinHelper:0xb5f03b70>: thread is running
  8. Info in <TThread::~TThread JoinHelper:0xb5f03b70>: thread deleted
  9. Thread State
  10. Info in <TPosixThread::Cleanup>: cleanup 0x90ebce0
  11. 3 h3:0xb5702b70 Canceled
  12. 2 h2:0xb5f03b70 Canceled
  13. 1 h1:0xb6704b70 Canceled
  14.  
  15. *** Break *** segmentation violation
  16. root [1] Attaching to program: /proc/24123/exe, process 24123
  17. [Thread debugging using libthread_db enabled]
  18. 0xb78c9430 in __kernel_vsyscall ()
  19. error detected on stdin
  20. A debugging session is active.
  21.  
  22. Inferior 1 [process 24123] will be detached.
  23.  
  24. Quit anyway? (y or n) [answered Y; input not from terminal]
  25. Detaching from program: /proc/24123/exe, process 24123
  26. Root >
  27.  
  28. *** Break *** segmentation violation
  29. Attaching to program: /proc/24123/exe, process 24123
  30. [Thread debugging using libthread_db enabled]
  31. 0xb78c9430 in __kernel_vsyscall ()
  32. error detected on stdin
  33. A debugging session is active.
  34.  
  35. Inferior 1 [process 24123] will be detached.
  36.  
  37. Quit anyway? (y or n) [answered Y; input not from terminal]
  38. Detaching from program: /proc/24123/exe, process 24123
  39. Root >
  40.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1: error: ‘Info’ does not name a type
prog.cpp:24: error: expected constructor, destructor, or type conversion before ‘!’ token
prog.cpp:37: error: expected constructor, destructor, or type conversion before ‘!’ token
stdout
Standard output is empty