Now I found time to install Snow Leopard on my Mac.
I can confirm the behaviour reported here:

Lyx (1.6.3) starts up and as long as I just watch my document it keeps running without any errors. When I type something and wait for the autosave to come into action, a pop up window appears with an error message that LyX crashed. However if I simply click on ignore, I can work with my LyX document, as LyX itself still is running. So it might only be some subprocess which is crashed. I can save changes via the save button. Although after pressing the button the pop up telling my that LyX crashed appears again. When I insert a table, the mentioned popup window appears, too. So it seems that as soon as you start something which calls up a new menubar this process crashes, too.

All these crashes seem to have to with the fork() without exit() thing reported on trac, see the crashlog-excerpts below.

So is it useful if I try to compile Lyx on my own on 10.6? Or would this end up in the same crashing behaviour? There are some changes/workarounds to do in the source code first, right?

Johannes

1)

Process:         lyx [850]
Path:            /Applications/LyX.app/Contents/MacOS/lyx
Identifier:      lyx
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  lyx [800]

Date/Time:       2009-08-31 23:28:16.111 +0200
OS Version:      Mac OS X 10.6 (10A432)
Report Version:  6

Interval Since Last Report:          2022 sec
Crashes Since Last Report:           2
Per-App Crashes Since Last Report:   2
Anonymous UUID: D124E21E- F546-47A6-9182-5346BDAEE239

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_MANAGER
abort() called

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib                   0x92a14972 __kill + 10
1   libSystem.B.dylib                   0x92a14964 kill$UNIX2003 + 32
2   libSystem.B.dylib                   0x92aa7ba5 raise + 26
3   libSystem.B.dylib                   0x92abdc5c abort + 93
…


2)

Process:         lyx [904]
Path:            /Applications/LyX.app/Contents/MacOS/lyx
Identifier:      lyx
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  lyx [800]

Date/Time:       2009-08-31 23:52:05.910 +0200
OS Version:      Mac OS X 10.6 (10A432)
Report Version:  6

Interval Since Last Report:          1329 sec
Crashes Since Last Report:           1
Per-App Crashes Since Last Report:   1
Anonymous UUID: D124E21E- F546-47A6-9182-5346BDAEE239

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Application Specific Information:
USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_MANAGER
abort() called

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib                   0x92a14972 __kill + 10
1   libSystem.B.dylib                   0x92a14964 kill$UNIX2003 + 32
2   libSystem.B.dylib                   0x92aa7ba5 raise + 26
3   libSystem.B.dylib                   0x92abdc5c abort + 93
…

Reply via email to