Forum > macOS / Mac OS X

install on 13.5 problems with debugging on show modal

<< < (2/3) > >>

Josh:
Hi

some ideas

with fpcupdeluxe create a new installation folder and install a fixes version for both fpc and lazarus.
if you have updated macOs, have you also updated/installed xcode and command line tools for the version of MacOs you are running.
I assume that you project is set to using LLVM debugger and not GDB.
I assume that your project is set to  using the Cocao WidgetSet, as well as Darwin an X86_64.
Also try a clean all (delete files) rebuild of your project, in case some old pp files exist.

try running the generated executable from Finder (file explorere) ( not the bundle), this should display a terminal aswell so may help in diagnosing what is going on

Martin_fr:
Please
- Start the IDE
- Open from "View" menu: View > Ide Internals > "Debug Output"   (IIRC its in Ide Internals, if not its in  Debug Windows)
- Then run your app, and get the error

Copy the entire content of the "Debug Output" and upload it here (or sent via private PM).
(This may contain names of functions/variables in your app).


You can also try in "Project options" > "Debugging" to change between "dwarf" and "dwarf 3".

xaver13:
First: thanks so much for all your thoughts!


--- Quote from: Martin_fr on September 21, 2023, 10:35:23 am ---Please
- Start the IDE
- Open from "View" menu: View > Ide Internals > "Debug Output"   (IIRC its in Ide Internals, if not its in  Debug Windows)
- Then run your app, and get the error

Copy the entire content of the "Debug Output" and upload it here (or sent via private PM).
(This may contain names of functions/variables in your app).


You can also try in "Project options" > "Debugging" to change between "dwarf" and "dwarf 3".

--- End quote ---


--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} --->> settings set -- frame-format "frame #${frame.index}: ${frame.pc}, {${frame.sp}}, {${frame.fp}} &&//FULL: {${line.file.fullpath}} &&//SHORT: {${line.file.basename}} &&//LINE: {${line.number}} &&//MOD: {${module.file.basename}} &&//FUNC: {${function.name-with-args}} <<&&//FRAME\n"(lldb) settings set -- frame-format "frame #${frame.index}: ${frame.pc}, {${frame.sp}}, {${frame.fp}} &&//FULL: {${line.file.fullpath}} &&//SHORT: {${line.file.basename}} &&//LINE: {${line.number}} &&//MOD: {${module.file.basename}} &&//FUNC: {${function.name-with-args}} <<&&//FRAME\n">> settings set -- thread-format "thread #${thread.index}: tid=${thread.id%tid}: ${frame.pc}, {${frame.sp}}, {${frame.fp}} &&//FULL: {${line.file.fullpath}} &&//SHORT: {${line.file.basename}} &&//LINE: {${line.number}} &&//MOD: {${module.file.basename}} &&//FUNC: {${function.name-with-args}} <<&&//FRAME{, stop reason = ${thread.stop-reason}}\n"(lldb) settings set -- thread-format "thread #${thread.index}: tid=${thread.id%tid}: ${frame.pc}, {${frame.sp}}, {${frame.fp}} &&//FULL: {${line.file.fullpath}} &&//SHORT: {${line.file.basename}} &&//LINE: {${line.number}} &&//MOD: {${module.file.basename}} &&//FUNC: {${function.name-with-args}} <<&&//FRAME{, stop reason = ${thread.stop-reason}}\n">> settings set -- thread-stop-format "thread #${thread.index}: tid=${thread.id%tid}: ${frame.pc}, {${frame.sp}}, {${frame.fp}} &&//FULL: {${line.file.fullpath}} &&//SHORT: {${line.file.basename}} &&//LINE: {${line.number}} &&//MOD: {${module.file.basename}} &&//FUNC: {${function.name-with-args}} <<&&//FRAME{, stop reason = ${thread.stop-reason}}\n"(lldb) settings set -- thread-stop-format "thread #${thread.index}: tid=${thread.id%tid}: ${frame.pc}, {${frame.sp}}, {${frame.fp}} &&//FULL: {${line.file.fullpath}} &&//SHORT: {${line.file.basename}} &&//LINE: {${line.number}} &&//MOD: {${module.file.basename}} &&//FUNC: {${function.name-with-args}} <<&&//FRAME{, stop reason = ${thread.stop-reason}}\n">> target stop-hook add -o "thread list"(lldb) target stop-hook add -o "thread list"Stop hook #1 added.>> settings set -- stop-line-count-after 0(lldb) settings set -- stop-line-count-after 0>> settings set -- stop-line-count-before 0(lldb) settings set -- stop-line-count-before 0>> settings set -- stop-disassembly-count 0(lldb) settings set -- stop-disassembly-count 0>> settings set -- target.env-vars "USER=jiricvrk"(lldb) settings set -- target.env-vars "USER=jiricvrk">> settings set -- target.env-vars "COMMAND_MODE=unix2003"(lldb) settings set -- target.env-vars "COMMAND_MODE=unix2003">> settings set -- target.env-vars "__CFBundleIdentifier=lazarus.freepascal.ide"(lldb) settings set -- target.env-vars "__CFBundleIdentifier=lazarus.freepascal.ide">> settings set -- target.env-vars "PATH=/usr/bin:/bin:/usr/sbin:/sbin"(lldb) settings set -- target.env-vars "PATH=/usr/bin:/bin:/usr/sbin:/sbin">> settings set -- target.env-vars "LOGNAME=jiricvrk"(lldb) settings set -- target.env-vars "LOGNAME=jiricvrk">> settings set -- target.env-vars "SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.XoZPhHSqZR/Listeners"(lldb) settings set -- target.env-vars "SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.XoZPhHSqZR/Listeners">> settings set -- target.env-vars "HOME=/Users/jiricvrk"(lldb) settings set -- target.env-vars "HOME=/Users/jiricvrk">> settings set -- target.env-vars "SHELL=/bin/zsh"(lldb) settings set -- target.env-vars "SHELL=/bin/zsh">> settings set -- target.env-vars "TMPDIR=/var/folders/n4/s6x1s1g57x5d117mbwxtz_1h0000gn/T/"(lldb) settings set -- target.env-vars "TMPDIR=/var/folders/n4/s6x1s1g57x5d117mbwxtz_1h0000gn/T/">> settings set -- target.env-vars "__CF_USER_TEXT_ENCODING=0x1F5:0x1D:0x38"(lldb) settings set -- target.env-vars "__CF_USER_TEXT_ENCODING=0x1F5:0x1D:0x38">> settings set -- target.env-vars "XPC_SERVICE_NAME=application.lazarus.freepascal.ide.2129010.2143942"(lldb) settings set -- target.env-vars "XPC_SERVICE_NAME=application.lazarus.freepascal.ide.2129010.2143942">> settings set -- target.env-vars "XPC_FLAGS=0x0"(lldb) settings set -- target.env-vars "XPC_FLAGS=0x0">> target create /Users/jiricvrk/Documents/Pascal/Wallet/wallet.app(lldb) target create /Users/jiricvrk/Documents/Pascal/Wallet/wallet.appCurrent executable set to '/Users/jiricvrk/Documents/Pascal/Wallet/wallet.app' (x86_64).>> settings set -- target.run-args --debug-log=lazlog.txt(lldb) settings set -- target.run-args --debug-log=lazlog.txt>> breakpoint set --func fpc_break_error -K false (lldb) breakpoint set --func fpc_break_error -K false Breakpoint 1: no locations (pending).>> breakpoint set --func fpc_runerror -K false WARNING:  Unable to resolve breakpoint to any actual locations.(lldb) breakpoint set --func fpc_runerror -K false Breakpoint 2: no locations (pending).>> breakpoint set --func fpc_raiseexception -K false WARNING:  Unable to resolve breakpoint to any actual locations.(lldb) breakpoint set --func fpc_raiseexception -K false Breakpoint 3: where = wallet`FPC_RAISEEXCEPTION, address = 0x0000000100015400>> breakpoint command add 3>> p/x $rdi>> p/x $rdx>> p ((char ***)$rdi)[0][3]>> p ((char **)$rdi)[1]>> DONE>> version(lldb) breakpoint command add 3(lldb) version>> breakpoint command add 2>> p/x $rdi>> DONE>> versionlldb-1500.0.22.8Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)(lldb) breakpoint command add 2(lldb) version>> breakpoint command add 1>> p/x $rdi>> DONE>> versionlldb-1500.0.22.8Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)(lldb) breakpoint command add 1(lldb) version>> process launch -nlldb-1500.0.22.8Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)(lldb) process launch -nProcess 1842 launched: '/Users/jiricvrk/Documents/Pascal/Wallet/wallet.app/Contents/MacOS/wallet' (x86_64)(lldb)  p/x $rdi(unsigned long) 0x00000001010efe40(lldb)  p/x $rdx(unsigned long) 0x000000030510d4e0(lldb)  p ((char ***)$rdi)[0][3](char *) 0x00000001004ca008 "\vEFOpenError"(lldb)  p ((char **)$rdi)[1](char *) 0x000000012efea5d8 "Unable to open file \"web.png\": No such file or directory"Process 1842 stopped* thread #1: tid=0x570a4: 0x0000000100015400, 0x000000030510d3b8, 0x000000030510d4e0 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: wallet &&//FUNC: FPC_RAISEEXCEPTION <<&&//FRAME, stop reason = breakpoint 3.1  thread #6: tid=0x571fb: 0x00007ff800a30556, 0x0000000305193678, 0x00000003051936a0 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: libsystem_kernel.dylib &&//FUNC: semaphore_timedwait_trap <<&&//FRAME  thread #7: tid=0x57247: 0x00007ff800a31cae, 0x000000030521bb18, 0x000000030521bb40 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: libsystem_kernel.dylib &&//FUNC: __workq_kernreturn <<&&//FRAME  thread #8: tid=0x57214: 0x00007ff800a31cae, 0x00000003052a3b28, 0x00000003052a3b50 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: libsystem_kernel.dylib &&//FUNC: __workq_kernreturn <<&&//FRAME  thread #9: tid=0x57248: 0x00007ff800a31cae, 0x000000030532bb28, 0x000000030532bb50 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: libsystem_kernel.dylib &&//FUNC: __workq_kernreturn <<&&//FRAME  thread #10: tid=0x5711c: 0x00007ff800a305c2, 0x00000003053addd8, 0x00000003053ade30 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: libsystem_kernel.dylib &&//FUNC: mach_msg2_trap <<&&//FRAMEProcess 1842 stopped* thread #1: tid=0x570a4: 0x0000000100015400, 0x000000030510d3b8, 0x000000030510d4e0 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: wallet &&//FUNC: FPC_RAISEEXCEPTION <<&&//FRAME, stop reason = breakpoint 3.1    frame #0: 0x0000000100015400, 0x000000030510d3b8, 0x000000030510d4e0 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: wallet &&//FUNC: FPC_RAISEEXCEPTION <<&&//FRAMETarget 0: (wallet) stopped. 
maybe there is a problem with png pictures? I put all pictures in project resources.. and hoped that they will be in app bundle :) I do not know how to check this.
Btw. and I am pretty sure, that I am in the wrong section of the forum, sorry :(

xaver13:
pictures are not the cause, seems to me, something is wrong and I cannot fulfill a Bug list for Apple. If I understand, with my poor English.

--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---(lldb) thread listProcess 4700 stopped* thread #1: tid=0x7530d: 0x0000000100049b84, 0x000000030510f080, 0x000000030510f100 &&//FULL: /Users/jiricvrk/Documents/Pascal/Wallet/uwallet1.pas &&//SHORT: uwallet1.pas &&//LINE: 451 &&//MOD: wallet &&//FUNC: EDTKODEDITINGDONE(this=0x000000010a1e84d0, SENDER=0x000000010a1e8f90) <<&&//FRAME, stop reason = breakpoint 4.1  thread #3: tid=0x75368: 0x00007ff800a31cae, 0x000000030521bb18, 0x000000030521bb40 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: libsystem_kernel.dylib &&//FUNC: __workq_kernreturn <<&&//FRAME  thread #4: tid=0x75372: 0x00007ff800a31cae, 0x00000003052a3b28, 0x00000003052a3b50 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: libsystem_kernel.dylib &&//FUNC: __workq_kernreturn <<&&//FRAME  thread #6: tid=0x75387: 0x00007ff800a305c2, 0x0000000305435dd8, 0x0000000305435e30 &&//FULL:  &&//SHORT:  &&//LINE:  &&//MOD: libsystem_kernel.dylib &&//FUNC: mach_msg2_trap <<&&//FRAME(lldb) version>> thread backtrace -c 5>> versionlldb-1500.0.22.8Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)(lldb) thread backtrace -c 5error: stdctrls.o {0x00033e66}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error message* thread #1: tid=0x7530d: 0x0000000100049b84, 0x000000030510f080, 0x000000030510f100 &&//FULL: /Users/jiricvrk/Documents/Pascal/Wallet/uwallet1.pas &&//SHORT: uwallet1.pas &&//LINE: 451 &&//MOD: wallet &&//FUNC: EDTKODEDITINGDONE(this=0x000000010a1e84d0, SENDER=0x000000010a1e8f90) <<&&//FRAME, stop reason = breakpoint 4.1  * frame #0: 0x0000000100049b84, 0x000000030510f080, 0x000000030510f100 &&//FULL: /Users/jiricvrk/Documents/Pascal/Wallet/uwallet1.pas &&//SHORT: uwallet1.pas &&//LINE: 451 &&//MOD: wallet &&//FUNC: EDTKODEDITINGDONE(this=0x000000010a1e84d0, SENDER=0x000000010a1e8f90) <<&&//FRAME    frame #1: 0x0000000100230363, 0x000000030510f110, 0x000000030510f120 &&//FULL: /Users/jiricvrk/lazarus/lazarus/lcl/include/control.inc &&//SHORT: control.inc &&//LINE: 616 &&//MOD: wallet &&//FUNC: EDITINGDONE(this=0x000000010a1e8f90) <<&&//FRAME    frame #2: 0x00000001002da5ed, 0x000000030510f130, 0x000000030510f140 &&//FULL: /Users/jiricvrk/lazarus/lazarus/lcl/include/customedit.inc &&//SHORT: customedit.inc &&//LINE: 650 &&//MOD: wallet &&//FUNC: EDITINGDONE(this=0x000000010a1e8f90) <<&&//FRAME    frame #3: 0x00000001002d9c19, 0x000000030510f150, 0x000000030510f1e0 &&//FULL: /Users/jiricvrk/lazarus/lazarus/lcl/include/customedit.inc &&//SHORT: customedit.inc &&//LINE: 465 &&//MOD: wallet &&//FUNC: KEYUPAFTERINTERFACE(this=0x000000010a1e8f90, KEY=13, SHIFT=<unavailable>) <<&&//FRAME    frame #4: 0x0000000100227dcc, 0x000000030510f1f0, 0x000000030510f210 &&//FULL: /Users/jiricvrk/lazarus/lazarus/lcl/include/wincontrol.inc &&//SHORT: wincontrol.inc &&//LINE: 5980 &&//MOD: wallet &&//FUNC: DOREMAININGKEYUP(this=0x000000010a1e8f90, MESSAGE=(MSG = 257, UNUSEDMSG = 0, CHARCODE = 13, UNUSED = 0, UNUSED2 = 0, KEYDATA = 2359297, RESULT = 0)) <<&&//FRAME(lldb) version>> frame variable -P 1 -D 5>> versionlldb-1500.0.22.8Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)(lldb) frame variable -P 1 -D 5(TOBJECT) SENDER = 0x000000010a1e8f90 {}(lldb) version>> expression -T -- MYLANGlldb-1500.0.22.8Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)(lldb) expression -T -- MYLANGerror: controls.o {0x00047665}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x0004769d}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x0002060e}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x00020941}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x000271b0}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x00020cc0}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x0003ae8d}: unhandled type tag 0x0021 (DW_TAG_subrange_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x0002453c}: unhandled type tag 0x0021 (DW_TAG_subrange_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x00007205}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x00020e03}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x00026e91}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x00028689}: unhandled type tag 0x0021 (DW_TAG_subrange_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x000291ae}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x00026eca}: unhandled type tag 0x0021 (DW_TAG_subrange_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x000292aa}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: uwallet1.o {0x00018000}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: uwallet1.o {0x0001937a}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: uwallet1.o {0x0001ab8f}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x0002d321}: unhandled type tag 0x0021 (DW_TAG_subrange_type), please file a bug and attach the file at the start of this error messageerror: controls.o {0x0003d45e}: unhandled type tag 0x0020 (DW_TAG_set_type), please file a bug and attach the file at the start of this error messagePLEASE submit a bug report to https://developer.apple.com/bug-reporting/ and include the crash backtrace.Stack dump:0.      Program arguments: /Library/Developer/CommandLineTools/usr/bin/lldbStack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):0  lldb                     0x00000001005358eb llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 431  lldb                     0x0000000100534f45 llvm::sys::RunSignalHandlers() + 852  lldb                     0x0000000100535f0e SignalHandler(int) + 2703  libsystem_platform.dylib 0x00007ff800a9c5ed _sigtramp + 294  libsystem_platform.dylib 000000000000000000 _sigtramp + 184466033705698084325  LLDB                     0x000000011ad748db lldb_private::SymbolFileType::GetType() + 436  LLDB                     0x000000011ad7fb07 lldb_private::Variable::GetDecl() + 237  LLDB                     0x000000011b45bbac lldb_private::ClangExpressionDeclMap::LookupLocalVariable(lldb_private::NameSearchContext&, lldb_private::ConstString, lldb_private::SymbolContext&, lldb_private::CompilerDeclContext const&) + 2048  LLDB                     0x000000011b459d8c lldb_private::ClangExpressionDeclMap::FindExternalVisibleDecls(lldb_private::NameSearchContext&, std::__1::shared_ptr<lldb_private::Module>, lldb_private::CompilerDeclContext const&) + 10689  LLDB                     0x000000011b459504 lldb_private::ClangExpressionDeclMap::FindExternalVisibleDecls(lldb_private::NameSearchContext&) + 94810 LLDB                     0x000000011b44c40c lldb_private::ClangASTSource::FindExternalVisibleDeclsByName(clang::DeclContext const*, clang::DeclarationName) + 110011 LLDB                     0x000000011f5f5aef clang::DeclContext::lookup(clang::DeclarationName) const + 84712 LLDB                     0x000000011efe3248 LookupDirect(clang::Sema&, clang::LookupResult&, clang::DeclContext const*) + 7213 LLDB                     0x000000011efdf5c1 clang::Sema::CppLookupName(clang::LookupResult&, clang::Scope*) + 364914 LLDB                     0x000000011efe2b3d clang::Sema::LookupName(clang::LookupResult&, clang::Scope*, bool, bool) + 7715 LLDB                     0x000000011ecfb596 clang::Sema::ClassifyName(clang::Scope*, clang::CXXScopeSpec&, clang::IdentifierInfo*&, clang::SourceLocation, clang::Token const&, clang::CorrectionCandidateCallback*) + 32616 LLDB                     0x000000011e97efe0 clang::Parser::TryAnnotateName(clang::CorrectionCandidateCallback*, clang::ImplicitTypenameContext) + 48017 LLDB                     0x000000011e957bf4 clang::Parser::ParseStatementOrDeclarationAfterAttributes(llvm::SmallVector<clang::Stmt*, 32u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*, clang::ParsedAttributes&, clang::ParsedAttributes&) + 50018 LLDB                     0x000000011e9577dd clang::Parser::ParseStatementOrDeclaration(llvm::SmallVector<clang::Stmt*, 32u>&, clang::Parser::ParsedStmtContext, clang::SourceLocation*) + 31719 LLDB                     0x000000011e961b9f clang::Parser::ParseCompoundStatementBody(bool) + 182320 LLDB                     0x000000011e962b76 clang::Parser::ParseFunctionStatementBody(clang::Decl*, clang::Parser::ParseScope&) + 16621 LLDB                     0x000000011e97ddbf clang::Parser::ParseFunctionDefinition(clang::ParsingDeclarator&, clang::Parser::ParsedTemplateInfo const&, clang::Parser::LateParsedAttrList*, clang::Parser::LateParsedAttrList*) + 356722 LLDB                     0x000000011e8b81e7 clang::Parser::ParseDeclGroup(clang::ParsingDeclSpec&, clang::DeclaratorContext, clang::ParsedAttributes&, clang::SourceLocation*, clang::Parser::ForRangeInit*, clang::Parser::LateParsedAttrList*) + 469523 LLDB                     0x000000011e97cdcd clang::Parser::ParseDeclOrFunctionDefInternal(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec&, clang::AccessSpecifier) + 97324 LLDB                     0x000000011e97c831 clang::Parser::ParseDeclarationOrFunctionDefinition(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*, clang::AccessSpecifier) + 41725 LLDB                     0x000000011e97b566 clang::Parser::ParseExternalDeclaration(clang::ParsedAttributes&, clang::ParsedAttributes&, clang::ParsingDeclSpec*) + 186226 LLDB                     0x000000011e979742 clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&, clang::Sema::ModuleImportState&) + 152227 LLDB                     0x000000011e8a213e clang::ParseAST(clang::Sema&, bool, bool) + 67028 LLDB                     0x000000011b46aae6 lldb_private::ClangExpressionParser::ParseInternal(lldb_private::DiagnosticManager&, clang::CodeCompleteConsumer*, unsigned int, unsigned int) + 240629 LLDB                     0x000000011b47e5de lldb_private::ClangUserExpression::TryParse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContextScope*, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) + 33430 LLDB                     0x000000011b47eaa2 lldb_private::ClangUserExpression::Parse(lldb_private::DiagnosticManager&, lldb_private::ExecutionContext&, lldb_private::ExecutionPolicy, bool, bool) + 32231 LLDB                     0x000000011accf6dc lldb_private::UserExpression::Evaluate(lldb_private::ExecutionContext&, lldb_private::EvaluateExpressionOptions const&, llvm::StringRef, llvm::StringRef, std::__1::shared_ptr<lldb_private::ValueObject>&, lldb_private::Status&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>*, lldb_private::ValueObject*) + 266832 LLDB                     0x000000011adf8afe lldb_private::Target::EvaluateExpression(llvm::StringRef, lldb_private::ExecutionContextScope*, std::__1::shared_ptr<lldb_private::ValueObject>&, lldb_private::EvaluateExpressionOptions const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>*, lldb_private::ValueObject*) + 87833 LLDB                     0x000000011b3a7f49 lldb_private::CommandObjectExpression::EvaluateExpression(llvm::StringRef, lldb_private::Stream&, lldb_private::Stream&, lldb_private::CommandReturnObject&) + 61734 LLDB                     0x000000011b3a8f22 lldb_private::CommandObjectExpression::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) + 121835 LLDB                     0x000000011ad0bd32 lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) + 38636 LLDB                     0x000000011ad00f18 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) + 232837 LLDB                     0x000000011ad04c00 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>&) + 84838 LLDB                     0x000000011ac2c9ba lldb_private::IOHandlerEditline::Run() + 34639 LLDB                     0x000000011ac0ee13 lldb_private::Debugger::RunIOHandlers() + 14740 LLDB                     0x000000011ad0622c lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) + 20441 LLDB                     0x000000011aa67a9c lldb::SBDebugger::RunCommandInterpreter(bool, bool) + 14042 lldb                     0x00000001005256f6 Driver::MainLoop() + 266243 lldb                     0x0000000100526386 main + 208644 dyld                     0x000000020083141f start + 1903 

cdbc:
Hi
Something caught my eye here:
--- Quote ---uwallet1.pas &&//LINE: 451 &&//MOD: wallet &&//FUNC: EDTKODEDITINGDONE

--- End quote ---
from the Apple debug jibberisch, could it be something in your code around that point, that accesses something it's not supposed to???
Regards Benny

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version