Closed
Bug 88215
Opened 24 years ago
Closed 24 years ago
mozilla crashes icq2000 when pasting url
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
CLOSED
WORKSFORME
People
(Reporter: shades, Assigned: bugzilla)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:0.9.1) Gecko/20010607
BuildID: 2001060703
mozilla 0.9.1 crashes icq2000b build #3281 when copying and pasting text from
the mozilla window in the icq message send window. Explorer.exe crashes afterwards.
Mozilla doesn't crash.
Netscape 4.77 and internet explorer do not crash icq2000b
System is windows 2000 SP2 English
Reproducible: Always
Steps to Reproduce:
1. copy text from mozilla with ctrl+ins
2. paste text in icq message send window
3. icq crashes and explorer.exe too
Actual Results: icq crashes and explorer.exe also
Comment 1•24 years ago
|
||
cannot repro wiht 0.9.2 candidate and icq on win98
hrm, 3264 here [w2k as sp2], i don't think i've ever had that problem. i don't
really use milestones often and right now the 092 build is being a PIA so i'm
unlikely to ...
Assignee: asa → blake
URL: http:// -
Component: Browser-General → XP Apps: GUI Features
QA Contact: doronr → sairuh
Comment 4•24 years ago
|
||
seems more like copy code from browser
Comment 5•24 years ago
|
||
Why is this a mozilla bug? It's icq that's crashing.
Comment 6•24 years ago
|
||
I can't reproduce this, but it doesn't sound like a mozilla bug.
Reporter: What do you get if you copy a URL from mozilla and paste it into
notepad? Then copy from notpad -> icq?
I think this is an icq bug (i used to get this sometimes pasting URLs from IE ->
ICQ)
I can't reproduce it either on windows 98 with the same mozilla and the same icq
version.
I can only reproduce it on windows 2000 SP2.
I also noticed that after copying an url or some text from mozilla Word 2000
crashes when it has focus.
I don't believe it to be an icq specific bug.
After copying an url from mozilla I can paste it back in Mozilla but when I
paste it in notepad nothing happens.
It seems the bug appears only in Mozilla 0.9.1 under win2k sp2
Mozilla 0.9.2 works fine again.
Comment 9•24 years ago
|
||
marking this wfm --since this is no longer a problem using a more recent mozilla
build. :)
| Reporter | ||
Comment 10•24 years ago
|
||
I solved the problem.
The windows95 compatibility mode was turned on. I don't know why. I saw this
after I cleared the Mozilla directory and put Mozilla 0.9.2 in it. The shortcut
to mozilla was the same, so after the 0.9.2 upgrade I had the same problems again.
Background information:
I traced the program until the crash, it was in the OLE32.DLL code.
CALL USER32!GetClipBoardData
CMP EAX, ESI (eax=0x9ca3b, esi=0)
CALL KERNEL32!GlobalLock
MOV EBX,EAX
CMP [EBX], ESI (CRASH --> EBX = 0)
After that explorer crashed and after explorer reloaded and clicking an icon on
the quick launch bar crashed explorer again. Icq crashed also at the same point.
After logging out and logging in again the problem was still there!
I'm glad I found it!
Status: RESOLVED → CLOSED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•