Opened 10 years ago

Last modified 10 years ago

#10607 new bug

StyledEdit sometimes does not open because it's already running without a window

Reported by: Kev Owned by: korli
Priority: normal Milestone: R1
Component: Applications/StyledEdit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

Disclaimer: I know this won't be too useful yet since I can't reproduce it, but it has now happened to me twice since upgrading, so I wanted to open this ticket in case I could add more info later.

On nightlies about a month ago, StyledEdit worked normally, but I just did a clean install of hrev46922, and now none of the following do anything:

1) clicking StyledEdit on the Haiku menu 2) double-clicking a text file 3) trying to launch it from a Terminal window:

~> /boot/system/apps/StyledEdit 
~> 

There is no delay, but no window appears.

Oh, I just found it was already running in processcontroller. I killed it, and now it opens fine.

Attachments (2)

StyledEdit-3924-debug-27-02-2014-16-41-29.report (5.9 KB ) - added by Kev 10 years ago.
debug report
StyledEdit-12803-debug-04-03-2014-00-23-13.report (18.1 KB ) - added by Kev 10 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by Kev, 10 years ago

More specifically, StyledEdit wasn't exhibiting this behaviour under hrev46756.

comment:2 by diver, 10 years ago

Do you have "Translate application and folder names..." in Locale->Options checked by any chance?

by Kev, 10 years ago

debug report

comment:3 by Kev, 10 years ago

Replying to diver:

Do you have "Translate application and folder names..." in Locale->Options checked by any chance?

Nope.

Also I had it happen again just now, so in processcontroler this time I debugged it and saved the report. Also at the time it was not taking any CPU.

comment:4 by anevilyak, 10 years ago

Unfortunately, that debug report doesn't really yield anything helpful, since the main thread was still in a running state, and consequently has no stack trace. If/when it occurs again, please pick "Debug" on that thread first, prior to asking to save a report in order to stop it.

comment:5 by Kev, 10 years ago

Oddly, this time when I chose "debug" to open the debugger, StyledEdit ended up opening the file I had double-clicked. (It's not a big file at 3 kb, so I had expected it to open instantly, given that I had no other programs running at the time.) So I still hit "debug" within the debugger to make the report just attached, but it may not be the exact same situation as before.

comment:6 by anevilyak, 10 years ago

This case does indeed appear to be a bit different, and the backtrace in the report shows the app thread in pretty much its normal state, which is to say the app looper's message loop waiting to receive the next message to handle, nothing unusual.

comment:7 by Kev, 10 years ago

Argh! Not only that, it turns out tha the file it ended up opening, it corrupted the last two thirds or so of it (truncated it and replaced it with a line or two of garbage characters), and of course I had not backed it up just yet. That's too bad...I had found StyledEdit rock-solid up until this issue, and had never had data corruption issues with it.

Note: See TracTickets for help on using tickets.