Closed
Bug 155345
Opened 23 years ago
Closed 23 years ago
When I enter an SMS in the TextBox, Cursor moves out of the TextBox and writes to wrong MemoryAddress (I think). (possible pointer misplacement?) -> Crash
Categories
(Core :: DOM: Editor, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: martin.zwickel, Assigned: kinmoz)
References
(
URL
)
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a+) Gecko/20020701
BuildID: 2002070121
When I enter an SMS in the TextBox, Cursor moves out of the TextBox and writes
to wrong MemoryAddress (I think). The Textbox also doesnt Scroll down (possible
pointer misplacement?) -> Crash
Then Netscape Report Agent turns on.
Works right under IE.
Reproducible: Always
Steps to Reproduce:
1.goto: www.dialing.de
2.login as user
3.write sms
4.crash while typing sms into textbox
Actual Results: Mozilla crash.
Netscape Report Agent turns on.
Expected Results: Handle TextBox correctly
Comment 1•23 years ago
|
||
can you please run mozilla/components/talkback and add the talkback ID in this bug ?
Keywords: crash
| Reporter | ||
Comment 2•23 years ago
|
||
Talkback ID: TB7917161X
Martin's stack:
Product ID MozillaTrunk
Build ID 2002070121
Trigger Time 2002-07-02 02:02:47
Platform LinuxIntel
Operating System Linux 2.4.7
Module libgkcontent.so
URL visited www.dialing.de
User Comments TextBox OverFlow while typing SMS. Curser positioned outside of
the TextBox!
Trigger Reason SIGSEGV: Segmentation Fault: (signal 11)
Stack Trace
nsSelection::GetFrameForNodeOffset()
nsTypedSelection::GetSelectionRegionRectAndScrollableView()
nsTypedSelection::ScrollIntoView()
HandlePLEvent()
PL_HandleEvent()
PL_ProcessPendingEvents()
nsEventQueueImpl::ProcessPendingEvents()
event_processor_callback()
our_gdk_io_invoke()
libglib-1.2.so.0 + 0xf370 (0x40397370)
libglib-1.2.so.0 + 0x10c06 (0x40398c06)
libglib-1.2.so.0 + 0x11233 (0x40399233)
libglib-1.2.so.0 + 0x113fc (0x403993fc)
libgtk-1.2.so.0 + 0x9330c (0x402b330c)
nsAppShell::Run()
nsAppShellService::Run()
main1()
main()
libc.so.6 + 0x1db7e (0x404d1b7e)
Comment 4•23 years ago
|
||
-> Editor:Core (?)
Assignee: Matti → kin
Component: Browser-General → Editor: Core
QA Contact: imajes-qa → sujay
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•23 years ago
|
||
I am unable to reproduce on my Mac debug build (trunk) from two days ago.
-->worksforme
if someone can reproduce this bug, please add a comment to this bug and reopen
it. Thanks!
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•