https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263387
--- Comment #5 from Ivan <[email protected]> --- >Your use of lldb14 looks ok though - are you sure it doesn't work? What are >the symptoms? The symptoms are: The application immediately quit after you run it. Application output: 21:52:52: Debugging /path/to/the/app ... got fallback qt version 0x5020021:52:56: Debugging of /path/to/the/app has finished. A bit more from debugger log: >@ >result={token="9",success="1",msg="success",exe="/path/to/the/app"}@ >9^ <11executeRoundtrip({"token":11}) >(lldb) script theDumper.setFallbackQtVersion({"token":10,"version":328192}) >@ >bridgemessage={msg="got fallback qt version 0x50200",channel="10"} >@ >(lldb) script theDumper.executeRoundtrip({"token":11}) got fallback qt version 0x50200 >@ >result={token="11",}@ >11^ dNOTE: ENGINE SETUP OK dState changed from EngineSetupRequested(1) to EngineRunRequested(3) dCALL: RUN ENGINE Running requested... <12runEngine({"token":12}) >(lldb) script theDumper.runEngine({"token":12}) >@ >success="0",error={type="1",status="'A' packet returned an error: >8",code="4294967295",desc="error: 'A' packet returned an error: 8"}@ >@ >state="enginerunfailed"@ dNOTE: ENGINE RUN FAILED Run failed. dState changed from EngineRunRequested(3) to EngineRunFailed(4) dState changed from EngineRunFailed(4) to EngineShutdownRequested(14) dCALL: SHUTDOWN ENGINE dQUIT DEBUGGER REQUESTED IN STATE 14 dLLDB PROCESS ERROR: 1 dNOTE: ENGINE SHUTDOWN FINISHED dState changed from EngineShutdownRequested(14) to EngineShutdownFinished(15) Debugger finished. dState changed from EngineShutdownFinished(15) to DebuggerFinished(16) -- You are receiving this mail because: You are the assignee for the bug.
