gabyx / ExecutionGraph

Fast Generic Execution Graph/Network
Mozilla Public License 2.0
45 stars 7 forks source link

Compile & Debug #4

Closed gabyx closed 6 years ago

gabyx commented 6 years ago

Hoi Simon,

Chasch du ächt mou das pulle und kompiliere, und gui/testDebugger/runExecutionGraph.sh usfüehre...

bi mir isch de output eso:

DevTools listening on ws://127.0.0.1:8088/devtools/browser/5a977898-6a18-459a-894d-213c45471d58
[0113/144342.717867:WARNING:vt_video_decode_accelerator_mac.cc(178)] Failed to create VTDecompressionSession: Error Domain=NSOSStatusErrorDomain Code=-8973 "codecOpenErr" (-8973)
[0113/144342.719730:WARNING:vt_video_decode_accelerator_mac.cc(200)] Failed to create hardware VideoToolbox session
[0113/144342.902854:ERROR:vt_video_encode_accelerator_mac.cc(495)]  VTCompressionSessionCreate failed: -12908
Process 3741 stopped
* thread #22, name = 'Chrome_IOThread', stop reason = breakpoint 1.1
    frame #0: 0x000000010011eb09 ExecutionGraphGUI`FileSchemeHandlerFactory::Create(this=0x00006060000dc340, scheme_name=0x0000700007ac9c18, request=(ptr_ = 0x0000700007ac9c10)) at FileSchemeHandlerFactory.cpp:37
   34           {
   35               ++itC;
   36           }
-> 37           std::path url(itC, temp.end());
   38           // e.g. url : "host/folderA/folderB/file.ext""
   39
   40           // Split urlPrefix from front (e.g "host/folderA")

Process 3741 launched: '/Users/gabrielnuetzi/Desktop/ExecutionGraph/build/gui/executionGraphGui/Debug/ExecutionGraphGUI.app/Contents/MacOS/ExecutionGraphGUI' (x86_64)
(lldb) fr v temp
(std::__1::string) temp = "\x85\xac\a\0p\0\0\x10\x85\xac\a\0p\0\0�\a\0p\0\0\xa0\x83\xac\a\0p\0\0`\x83\xac\a\0p\0\0@"

De temp string isch eifach fucking wierd... Han es normals program -> gui/testDebugger/build.sh wo d strings ganz normal usechöme... Chegges noni was s problem isch. De lldb duet irgendwie dä string standart formatiere...

Danke fürs Reporte =) LG

gabyx commented 6 years ago

Chasch mer ou no genau säge was ls -al $(which lldb) uf der Console seit bi dir (im vscode Terminal z.B)

gabyx commented 6 years ago

Hans glöst, PITA -> "-fsanitize=address" verursacht bi mir im lldb scheiss output. aso irgendwie geits debugging kaput mit em ASAN (AddressSanitizer) me brucht dä ou nid umbedingt immer. HAns mou usgschaute, jetzt sets go =)