https://bugs.winehq.org/show_bug.cgi?id=48689
--- Comment #2 from Ken Thomases ken@codeweavers.com --- (In reply to Tobias (:Tobbi) Markus from comment #0)
My lldb doesn't really give any verbose information.
$ lldb wine explorer (lldb) target create "wine" Current executable set to 'wine' (i386). (lldb) settings set -- target.run-args "explorer" (lldb) r Process 15164 launched: '/Applications/Wine Devel.app/Contents/Resources/wine/bin/wine' (i386) Process 15164 stopped
- thread #2, stop reason = exec frame #0: 0x7c405230 dyld`_dyld_start
dyld`_dyld_start: -> 0x7c405230 <+0>: popl %edx 0x7c405231 <+1>: pushl $0x0 0x7c405233 <+3>: movl %esp, %ebp 0x7c405235 <+5>: andl $-0x10, %esp Target 0: (wine-preloader) stopped.
lldb always stops when the process uses the exec system call to change what program it's running. So, the above does not illustrate the real issue. Just issue the "continue" command. Hopefully, it will proceed to the real issue.