Opened 10 years ago

Last modified 4 years ago

#2427 closed defect

AtlasUI does not open on on commandline Mavericks 10.9 — at Initial Version

Reported by: Echelon9 Owned by:
Priority: Must Have Milestone: Alpha 24
Component: Atlas editor Keywords: patch macos
Cc: Patch:

Description

Running AtlasUI from commandline results in the following failure inside FSEventStreamCreate (CarbonCore.framework), called within CreateEventStream( DirWatchMap path ).

$ ./pyrogenesis -editor
TIMER| LoadDLL: 6.15073 s
2014-02-08 15:00 pyrogenesis[65341] (CarbonCore.framework) FSEventStreamCreate: _FSEventStreamCreate: ERROR: could not allocate 0 bytes for array of path strings
2014-02-08 15:00 pyrogenesis[65341] (CarbonCore.framework) FSEventStreamScheduleWithRunLoop(): failed assertion 'streamRef != NULL'

2014-02-08 15:00 pyrogenesis[65341] (CarbonCore.framework) FSEventStreamStart(): failed assertion 'streamRef != NULL'

dir_watch.cpp(143): Assertion failed: "0 && (L"event_loop FSEventStreamStart failed!")"
Segmentation fault: 11

It appears parameter pathsToWatch is empty at the time, as path.size() is zero in CreateEventStream( DirWatchMap path ).

Change History (0)

Note: See TracTickets for help on using tickets.