Ticket #247 (closed Bug: fixed)
Drag and Drop crashes Mulberry on Linux
| Reported by: | MartinDietze | Owned by: | Cyrus Daboo |
|---|---|---|---|
| Priority: | major | Milestone: | Next |
| Component: | Application | Version: | v4.0.8 |
| Severity: | Crash/data loss | Keywords: | |
| Cc: | Operating System: | Linux | |
| OS Version: |
Description
Any Mulberry I've built from the SVN sources so far has this problem: Whenever I drag a message from one folder to another mulberry will crash.
This is what gdb gives me after the crash:
#0 0x080a2438 in CMessage::GetMbox? (this=0x3a20000)
at ./Includes/CMessage.h:297
#1 0x08293e9d in CServerTable::DropDataIntoCell? (this=0x907c200,
theFlavor=515, drag_data=0x98a2e7c "", data_size=8, theCell=@0xbfb4355c) at Sources/Application/Server?/CServerTable.cp:1176
#2 0x08414a4a in CTableDragAndDrop::HandleDNDDrop (this=0x907c200,
pt=@0x8fc3240, typeList=@0x8fc3318, action=303, time=0, source=0x90bd8a8) at Sources/Support/Table?/CTableDragAndDrop.cp:313
#3 0x08730e74 in JXContainer::DNDDrop (this=0x907c218, pt=@0x8fc3240,
typeList=@0x8fc3318, action=303, time=0, source=0x90bd8a8) at code/JXContainer.cpp:976
#4 0x087103d5 in JXDNDManager::SendDNDDrop (this=0x8fc31f0)
at code/JXDNDManager.cpp:1252
#5 0x0871096b in JXDNDManager::FinishDND (this=0x8fc31f0)
at code/JXDNDManager.cpp:517
#6 0x087327b8 in JXContainer::DispatchMouseUp? (this=0x90bd8a8,
pt=@0xbfb436cc, button=kJXButton1, buttonStates=@0xbfb436e7, modifiers=@0xbfb436d4) at code/JXContainer.cpp:552
#7 0x086e7929 in JXWindow::HandleButtonRelease? (this=0x8fc62f8,
xEvent=@0xbfb43870) at code/JXWindow.cpp:2820
#8 0x086ec7c1 in JXWindow::HandleEvent? (this=0x8fc62f8, xEvent=@0xbfb43870)
at code/JXWindow.cpp:2399
#9 0x086cdec7 in JXDisplay::HandleEvent? (this=0x8fb5808, xEvent=@0xbfb43870,
currentTime=31245) at code/JXDisplay.cpp:977
#10 0x086b611b in JXApplication::HandleOneEvent? (this=0x8fa5870)
at code/JXApplication.cpp:512
#11 0x086b6289 in JXApplication::Run (this=0x8fa5870)
at code/JXApplication.cpp:391
#12 0x08076097 in main (argc=1, argv=0xbfb43a14) at Sources/xmul.cp:112
I use a Debian "lenny" Linux box and a g++ 4.1.3 compiler.
This problem has been reported by other users on the mailing list [1] which indicates that this is not a problem related to my particular build environment.
[1] Mulberry-dev] My own build (Linux) crashes at drag-and-drop, 25 July 2007, 4C20F99B99825DEE5F01CB18@…
Fixded in r107.