TextMate 2 beta 3 seems to be crashing after compiling latex code a couple of times after upgrading to Yosemite. I've tried a few different latex files, which worked before Yosemite. I compile two or three times, and Textmate closes and sends a crash report:
https://api.textmate.org/crashes/259184
I'm on TeXlive 2014, but this happened before upgrading from TeXlive 2013.
Would anyone know what is going on?
On 23 Oct 2014, at 23:52, Anthony V. Pulido wrote:
TextMate 2 beta 3 seems to be crashing after compiling latex code a couple of times after upgrading to Yosemite […]
Would anyone know what is going on?
Sadly TextMate is a lot less stable on Yosemite (based on reported crashes).
The reports doesn’t indicate that there is a fault in TextMate so I have been anxiously awaiting a Yosemite beta that would fix this, but so far it doesn’t look like Apple has done anything about it.
For now all I can say is that you should be sure to submit these reports to Apple (when it gives you the option).
OK, thank you. Then, I'll submit the reports to Apple upon crashing.
On Fri, Oct 24, 2014 at 3:42 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 23 Oct 2014, at 23:52, Anthony V. Pulido wrote:
TextMate 2 beta 3 seems to be crashing after compiling latex code a couple
of times after upgrading to Yosemite […]
Would anyone know what is going on?
Sadly TextMate is a lot less stable on Yosemite (based on reported crashes).
The reports doesn’t indicate that there is a fault in TextMate so I have been anxiously awaiting a Yosemite beta that would fix this, but so far it doesn’t look like Apple has done anything about it.
For now all I can say is that you should be sure to submit these reports to Apple (when it gives you the option).
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
In case, I found some interesting behavior that might help. Just for background, I upgraded to beta 5.1, but TextMate still crashes when compiling latex. The interesting behavior is that when I edit the preferences in the latex bundle, so that TextMate "keep[s] the log window open," under "Viewing," the crashes stop.
On Fri, Oct 24, 2014 at 12:00 PM, Anthony V. Pulido < anthony.pulido@gmail.com> wrote:
OK, thank you. Then, I'll submit the reports to Apple upon crashing.
On Fri, Oct 24, 2014 at 3:42 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 23 Oct 2014, at 23:52, Anthony V. Pulido wrote:
TextMate 2 beta 3 seems to be crashing after compiling latex code a
couple of times after upgrading to Yosemite […]
Would anyone know what is going on?
Sadly TextMate is a lot less stable on Yosemite (based on reported crashes).
The reports doesn’t indicate that there is a fault in TextMate so I have been anxiously awaiting a Yosemite beta that would fix this, but so far it doesn’t look like Apple has done anything about it.
For now all I can say is that you should be sure to submit these reports to Apple (when it gives you the option).
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
That is, I check the box "keep the log window open" and the crashes stop.
On Thu, Oct 30, 2014 at 5:55 PM, Anthony V. Pulido <anthony.pulido@gmail.com
wrote:
In case, I found some interesting behavior that might help. Just for background, I upgraded to beta 5.1, but TextMate still crashes when compiling latex. The interesting behavior is that when I edit the preferences in the latex bundle, so that TextMate "keep[s] the log window open," under "Viewing," the crashes stop.
On Fri, Oct 24, 2014 at 12:00 PM, Anthony V. Pulido < anthony.pulido@gmail.com> wrote:
OK, thank you. Then, I'll submit the reports to Apple upon crashing.
On Fri, Oct 24, 2014 at 3:42 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 23 Oct 2014, at 23:52, Anthony V. Pulido wrote:
TextMate 2 beta 3 seems to be crashing after compiling latex code a
couple of times after upgrading to Yosemite […]
Would anyone know what is going on?
Sadly TextMate is a lot less stable on Yosemite (based on reported crashes).
The reports doesn’t indicate that there is a fault in TextMate so I have been anxiously awaiting a Yosemite beta that would fix this, but so far it doesn’t look like Apple has done anything about it.
For now all I can say is that you should be sure to submit these reports to Apple (when it gives you the option).
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 30 Oct 2014, at 22:55, Anthony V. Pulido wrote:
In case, I found some interesting behavior that might help. Just for background, I upgraded to beta 5.1, but TextMate still crashes when compiling latex. The interesting behavior is that when I edit the preferences in the latex bundle, so that TextMate "keep[s] the log window open," under "Viewing," the crashes stop.
Thanks for the info; with this setting disabled I was able to reproduce the crash.
So far the best workaround I have been able to come up with is to recreate the WebView if the window has been closed (by a command).
I did this in 2.0-beta.5.2 which is available by option-clicking Check Now in Preferences → Software Update.
There might still be crashes if manually closing and re-opening the window (multiple times); I only made it recreate the WebView when closed via a command since generally recreating the WebView is losing history and state, which I would miss e.g. for documentation commands.
On 31 Oct 2014, at 1:15, Allan Odgaard wrote:
So far the best workaround I have been able to come up with is to recreate the WebView if the window has been closed (by a command).
I did this in 2.0-beta.5.2 which is available by option-clicking Check Now in Preferences → Software Update.
This build got 86 downloads and I saw a total of 2 crashes from that build, one was opening the HTML output window and the other was closing it. I assume that this was from people who had manually closed the HTML output window (for which I did not disable re-use).
I have now disabled re-use of HTML output windows that are closed and pushed that as nightly build beta 5.3.
There is still the theoretical case where a user closes an output window and then manually opens it, here we still re-use the window, so a crash can still happen (if my thesis is correct); however, this should be rare so it should be possible to get the thesis verified even without including this case.