Changes between Initial Version and Version 1 of Ticket #40285


Ignore:
Timestamp:
Aug 29, 2013, 2:09:49 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40285

    • Property Status changed from new to assigned
    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords mongodb nodejs v8 removed
    • Property Port v8 removed
  • Ticket #40285 – Description

    initial v1  
    33First - to make sure mongodb server is actually running:
    44
     5{{{
    56$ ps -afx | grep mongo
    67
     
    910  504   115    67   0 11:25AM ??         0:51.98 /opt/local/bin/mongod --dbpath /opt/local/var/db/mongodb --logpath /opt/local/var/log/mongodb/mongodb.log --logappend
    1011  501   862   856   0  3:17PM ttys000    0:00.00 grep mongo
     12}}}
    1113
    1214Next - MongoDB shell is crashing on initialization:
    1315
     16{{{
    1417$ mongo
    1518
     
    2427
    2528Trace/BPT trap: 5
     29}}}
    2630
    2731Important note: this shell was working fine until v8 port was upgraded a few days ago