Closed
Bug 734727
Opened 13 years ago
Closed 13 years ago
Hang when started locally then used over RDP
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: cstef, Unassigned)
Details
(Keywords: hang, Whiteboard: [has stack trace])
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Build ID: 20120215223356
Steps to reproduce:
I started Thunderbird locally (from the console). Then I went to another place an logged to the same session over RDP.
Actual results:
At first, ThunderBird was working, but when I presses 'Write' button to compose new message, new message window appeared but it did not respond (as Windows said) and the main windows did not respond too.
I run Process Explorer from sysinternals selected thread with 'GetTime' function and killed the thread (see attached screenshot). Then TB unfreezed, and I was able to compose message.
But the trick with killing thread does not always work, and besides if it works some strange effects are there:
TB does not exit (thunderbird process does not finish and I need to kill it via task manager or process explorer)
New account folder becomes full of unread messages (TB forgets which messages are read).
Some else strange did happen but I do not remeber the details.
Al these things do not happen every time I log on via RDP, but it happens quite often to be very annoying. I prefer to restart TB immediately after logging via RDP or logging locally when TB was started over RDP (all the same does happen).
Expected results:
TB should not hang when switched to RDP view.
Reporter | ||
Updated•13 years ago
|
Severity: normal → major
Comment 1•13 years ago
|
||
please try version 11 (or v12 beta[1] ) when it comes out this week, and post your results. if it fails, please get a stacktrace
https://developer.mozilla.org/En/How_to_get_a_stacktrace_with_Windbg
[1] http://www.mozilla.org/en-US/thunderbird/channel/
Severity: major → critical
Keywords: hang
Reporter | ||
Comment 2•13 years ago
|
||
OK, will wait for TB 11 and try.
Comment 3•13 years ago
|
||
v11 is available. Help | About ... update
and give us feedback about comment 1 please
Reporter | ||
Comment 4•13 years ago
|
||
I reproduced the bug with v11 (no windbg). Now I started TB with windbg, waiting for hang...
Reporter | ||
Comment 5•13 years ago
|
||
This hang was not like what I've seen before, but it happened in same conditions as previous, so I think it will be useful.
Comment 6•13 years ago
|
||
This looks like Core code - but I'm not really sure. How do you read the stack kyle ?
Whiteboard: [has stack trace]
I think this is the thunderbird version of bug 714078.
Reporter | ||
Comment 8•13 years ago
|
||
(In reply to Ludovic Hirlimann [:Usul] from comment #6)
> This looks like Core code - but I'm not really sure. How do you read the
> stack kyle ?
As said in https://developer.mozilla.org/En/How_to_get_a_stacktrace_with_Windbg:
After hang occured Debug->Break in Windbg, then typed commands
|* ~* kp
|* !analyze -v -f
|* lm
In Windbg command line, then exited Windbg.
Reporter | ||
Comment 9•13 years ago
|
||
(In reply to Kyle Huey [:khuey] (khuey@mozilla.com) from comment #7)
> I think this is the thunderbird version of bug 714078.
Can I help in checking?
Comment 10•13 years ago
|
||
(In reply to Kyle Huey [:khuey] (khuey@mozilla.com) from comment #7)
> I think this is the thunderbird version of bug 714078.
Constantin does Thunderbird 13 exhibit the same behavior ?
Reporter | ||
Comment 11•13 years ago
|
||
(In reply to Ludovic Hirlimann [:Usul] from comment #10)
> Constantin does Thunderbird 13 exhibit the same behavior ?
Where can I get it and is it possible to revert back to TB 11 after trying or I will have to create separate profile?
Comment 12•13 years ago
|
||
(In reply to Constantin Stefanov from comment #11)
> (In reply to Ludovic Hirlimann [:Usul] from comment #10)
> > Constantin does Thunderbird 13 exhibit the same behavior ?
> Where can I get it and is it possible to revert back to TB 11 after trying
> or I will have to create separate profile?
http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-earlybird/
and yes you can revert anytime.
Reporter | ||
Comment 13•13 years ago
|
||
I installed TB 13.0a2, will try to reproduce.
Reporter | ||
Comment 14•13 years ago
|
||
The bug is still in TB 13.0a2. I'll try to get stack trace.
Reporter | ||
Comment 15•13 years ago
|
||
I've got another hang, adding log of WinDBG. It happened after "Software update" windows appeared.
Reporter | ||
Comment 16•13 years ago
|
||
Seems that bug is not in EarlyBird 13.0a2 anymore. I think previous hang was not connected with this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Comment 17•13 years ago
|
||
Thanks Constantin for all the testing.
We use WORKRSFORME, unless you think the failure was not in mozilla code.
(In reply to Kyle Huey [:khuey] (khuey@mozilla.com) from comment #7)
> I think this is the thunderbird version of bug 714078.
that bug fixed in version 12.
Resolution: INVALID → WORKSFORME
Reporter | ||
Comment 18•13 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #17)
> We use WORKRSFORME, unless you think the failure was not in mozilla code.
Thanks for clarification. I was puzzled what to set and accedentally pressed 'Save Changes'
You need to log in
before you can comment on or make changes to this bug.
Description
•