scubers / JRDB

MIT License
506 stars 91 forks source link

swift和objective-c混编项目引入此库后打断点后直接闪退。 #50

Open a330416020 opened 6 years ago

a330416020 commented 6 years ago

Btl was compiled with optimization - stepping may behave oddly; variables may not be available. Message from debugger: The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log.

查看carsh log显示信息如下:System Integrity Protection: enabled

Crashed Thread: 8 RPC packet thread for client tid 006737a7 (6764455)

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information: Stack dump:

  1. While loading conformances for 'BTLRemotePushHelper' in module 'Btl'
  2. While reading inherited conformance for type 'BTLRemotePushHelper'
  3. While cross-referencing conformance for 'NSObject' in module 'ObjectiveC'
  4. While ... to 'JRPersistent' in module '__ObjC'
  5. If you're seeing a crash here, check that your SDK and dependencies are at least as new as the versions used to build 'Btl'

abort() called

大概推测应该是jrdb问题,但是不知道如何解决,希望作者能个方案帮我解决下问题。best wishes!

scubers commented 6 years ago

你这个是在release模式下的崩溃,可能很多信息会被隐藏,能否在debug模式下看看会不会出问题