Closed Bug 18276 Opened 25 years ago Closed 25 years ago

[CRASH] in gtk code when trying to paste unicode

Categories

(Core :: XUL, defect, P1)

x86
Linux
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: akkzilla, Assigned: pavlov)

References

Details

(Whiteboard: PATCH ATTACHED - waiting for M12 tree to open)

Attachments

(2 files)

When trying to paste unicode, we crash in gtk code trying to get data from the
native clipboard:

#12 0x405ec9b9 in gtk_main_iteration_do ()
#13 0x405223af in nsClipboard::DoRealConvert (this=0x842fcf0, type=0)
    at nsClipboard.cpp:424
#14 0x40522524 in nsClipboard::DoConvert (this=0x842fcf0, format=3)
    at nsClipboard.cpp:465
#15 0x4052293f in nsClipboard::GetNativeClipboardData (this=0x842fcf0,
    aTransferable=0x8533090) at nsClipboard.cpp:538
#16 0x405412e1 in nsBaseClipboard::GetData (this=0x842fcf0,
    aTransferable=0x8533090) at nsBaseClipboard.cpp:102
#17 0x4157e752 in nsHTMLEditor::Paste (this=0x84fee20) at nsHTMLEditor.cpp:3561
#18 0x415af89d in nsHTMLEditorLog::Paste (this=0x84fee20)
    at nsHTMLEditorLog.cpp:357

In order to see this, apply the attached patch in editor/base, then try a simple
plaintext paste into the editor window.

This is blocking I18n pasting on all platforms (because the editor code is XP
and can't be checked in until the Linux crash is fixed).

Since this is crashing inside gtk, the real fix may involve a gtk fix or an
elaborate workaround.  As a temporary fix, I'd like to change line 465 of
nsClipboard.cpp from
    r = DoRealConvert(sSelTypes[TARGET_COMPOUND_TEXT]);
to
    r = DoRealConvert(GDK_SELECTION_TYPE_STRING);
which does fix the problem (but not in the right way).
Blocks: 16803
Status: NEW → ASSIGNED
Priority: P3 → P1
Whiteboard: PATCH ATTACHED - waiting for M12 tree to open
Target Milestone: M12
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
checked in fix
Status: RESOLVED → VERIFIED
code level fix, amrking VERIFIED
I don't see how a crash when trying to paste unicode is a code level fix, but,
whatever ..
to see it, the unicode pasting patch would have had to be applyed... its hard to
apply code patches to binaries... :-)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: