Closed
Bug 72800
Opened 25 years ago
Closed 25 years ago
Crash when pasting into HTML textbox from xterm
Categories
(Core :: Layout: Form Controls, defect, P1)
Tracking
()
mozilla0.9.2
People
(Reporter: ilmari, Assigned: kinmoz)
Details
(Keywords: crash)
When I paste text into HTML textfields or texboxes, mozilla segfaults wit the
following output.
XmbTextListToTextProperty failed. returned -2
/home/ilmari/mozilla/run-mozilla.sh: line 72: 15040 Segmentation fault
$prog ${1+"$@"}
I'm running mozilla remotely, with XFree86 4.0.2 on the client side and a 3.3.5
server. I've tried pasting from xterms running on both the server and the same
box as mozilla.
Sometimes the paste succeeds (this has only happened from the xterm running on
the same box as mozilla), but mozilla outputs the following on the console:
XmbTextListToTextProperty failed. returned -2
text is "°8ó"
The text pasted was "description".
On the server LC_CTYPE is set to "no_NO", while on the mozilla box it's
"no_NO.ISO-8851-1". all other locale-related environment variables are unset.
Pasting text from mozilla itself or PowerShell (a multi-tabbed GTK terminal
emulator) works just fine. Pasting into the URL bar works from the xterms as well.
Updated•25 years ago
|
Severity: major → critical
Comment 1•25 years ago
|
||
Reporter what build are you using?
| Reporter | ||
Comment 2•25 years ago
|
||
This is still occuring with build 2001032521.
Mozilla also crashes when running everything locally (on Debian GNU/Linux unstable).
The crash only occurs when pasting into single-line textboxes, not textfields.
Summary: Crash when pasting into HTML textfield from xterm → Crash when pasting into HTML textbox from xterm
Comment 3•25 years ago
|
||
over to forms.
Assignee: asa → rods
Component: Browser-General → HTML Form Controls
QA Contact: doronr → vladimire
Comment 6•25 years ago
|
||
handing over to kin for testing/debugging
Assignee: beppe → kin
Priority: -- → P1
Target Milestone: --- → mozilla0.9.2
This is a dup of an old bug on Pavlov's list.
*** This bug has been marked as a duplicate of 58878 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•