Advertisement
Guest User

pg_log

a guest
Nov 11th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1.  
  2. -- Crash Report log information --------------------------------------------
  3. See Crash Report log file under the one of following:
  4. * ~/Library/Logs/CrashReporter
  5. * /Library/Logs/CrashReporter
  6. * ~/Library/Logs/DiagnosticReports
  7. * /Library/Logs/DiagnosticReports
  8. for more details.
  9.  
  10. -- Control frame information -----------------------------------------------
  11. c:0001 p:0000 s:0002 E:000c18 TOP [FINISH]
  12.  
  13.  
  14. -- C level backtrace information -------------------------------------------
  15. 0 libruby.2.1.0.dylib 0x0000000113ba2126 rb_vm_bugreport + 134
  16. 1 libruby.2.1.0.dylib 0x0000000113a562c3 report_bug + 307
  17. 2 libruby.2.1.0.dylib 0x0000000113a56184 rb_bug + 180
  18. 3 libruby.2.1.0.dylib 0x0000000113b24559 sigsegv + 153
  19. 4 libsystem_platform.dylib 0x00007fff8cbaef1a _sigtramp + 26
  20. 5 libsystem_platform.dylib 0x00007fff8cbab7be _longjmp + 10
  21. 6 libruby.2.1.0.dylib 0x0000000113a5f6bc rb_threadptr_tag_jump + 28
  22. 7 libruby.2.1.0.dylib 0x0000000113a5efec rb_longjmp + 60
  23. 8 libruby.2.1.0.dylib 0x0000000113a5ee58 rb_exc_raise + 56
  24. 9 libruby.2.1.0.dylib 0x0000000113a56eb7 rb_raise + 215
  25. 10 libruby.2.1.0.dylib 0x0000000113b22b1b rb_set_safe_level + 59
  26. 11 plruby.bundle 0x0000000113a018e7 pl_internal_call_handler + 1767
  27. 12 plruby.bundle 0x0000000113a020b3 plruby_call_handler + 35
  28. 13 postgres 0x000000010a35f9e6 ExecMakeFunctionResultNoSets + 183
  29. 14 postgres 0x000000010a35f114 ExecProject + 386
  30. 15 postgres 0x000000010a36f2fa ExecResult + 163
  31. 16 postgres 0x000000010a359628 ExecProcNode + 92
  32. 17 postgres 0x000000010a35758b standard_ExecutorRun + 194
  33. 18 postgres 0x000000010a422129 PortalRunSelect + 232
  34. 19 postgres 0x000000010a421cb3 PortalRun + 448
  35. 20 postgres 0x000000010a420157 PostgresMain + 7311
  36. 21 postgres 0x000000010a3de5f0 PostmasterMain + 6952
  37. 22 postgres 0x000000010a3873e4 main + 1107
  38.  
  39. -- Other runtime information -----------------------------------------------
  40.  
  41. <main>: [BUG] Segmentation fault at 0x00000000000010
  42. ruby 2.1.4p265 (2014-10-27 revision 48166) [x86_64-darwin14.0]
  43.  
  44. -- Crash Report log information --------------------------------------------
  45. See Crash Report log file under the one of following:
  46. * ~/Library/Logs/CrashReporter
  47. * /Library/Logs/CrashReporter
  48. * ~/Library/Logs/DiagnosticReports
  49. * /Library/Logs/DiagnosticReports
  50. for more details.
  51.  
  52. -- Control frame information -----------------------------------------------
  53. c:0001 p:0000 s:0002 E:0005b8 TOP [FINISH]
  54.  
  55.  
  56. -- C level backtrace information -------------------------------------------
  57. 0 libruby.2.1.0.dylib 0x0000000113822126 rb_vm_bugreport + 134
  58. 1 libruby.2.1.0.dylib 0x00000001136d62c3 report_bug + 307
  59. 2 libruby.2.1.0.dylib 0x00000001136d6184 rb_bug + 180
  60. 3 libruby.2.1.0.dylib 0x00000001137a4559 sigsegv + 153
  61. 4 libsystem_platform.dylib 0x00007fff8cbaef1a _sigtramp + 26
  62. 5 libsystem_platform.dylib 0x00007fff8cbab7be _longjmp + 10
  63. 6 libruby.2.1.0.dylib 0x00000001136df6bc rb_threadptr_tag_jump + 28
  64. 7 libruby.2.1.0.dylib 0x00000001136defec rb_longjmp + 60
  65. 8 libruby.2.1.0.dylib 0x00000001136dee58 rb_exc_raise + 56
  66. 9 libruby.2.1.0.dylib 0x00000001136d6eb7 rb_raise + 215
  67. 10 libruby.2.1.0.dylib 0x00000001137a2b1b rb_set_safe_level + 59
  68. 11 plruby.bundle 0x00000001136818e7 pl_internal_call_handler + 1767
  69. 12 plruby.bundle 0x00000001136820b3 plruby_call_handler + 35
  70. 13 postgres 0x000000010a35f9e6 ExecMakeFunctionResultNoSets + 183
  71. 14 postgres 0x000000010a35f114 ExecProject + 386
  72. 15 postgres 0x000000010a36f2fa ExecResult + 163
  73. 16 postgres 0x000000010a359628 ExecProcNode + 92
  74. 17 postgres 0x000000010a35758b standard_ExecutorRun + 194
  75. 18 postgres 0x000000010a422129 PortalRunSelect + 232
  76. 19 postgres 0x000000010a421cb3 PortalRun + 448
  77. 20 postgres 0x000000010a420157 PostgresMain + 7311
  78. 21 postgres 0x000000010a3de5f0 PostmasterMain + 6952
  79. 22 postgres 0x000000010a3873e4 main + 1107
  80.  
  81. -- Other runtime information -----------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement