Gtkmm-forge digest, Vol 1 #871 - 4 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #871 - 4 msgs
- Date: Sat, 05 Feb 2005 23:43:03 -0800
Send Gtkmm-forge mailing list submissions to
gtkmm-forge lists sourceforge net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
gtkmm-forge-request lists sourceforge net
You can reach the person managing the list at
gtkmm-forge-admin lists sourceforge net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."
gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla. A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.
Today's Topics:
1. [Bug 166226] glibmmconfig.h not installed (bugzilla-daemon bugzilla gnome org)
2. [Bug 166412] New: gtkmm/examples/dnd/testdnd crashs (bugzilla-daemon bugzilla gnome org)
3. [Bug 166412] gtkmm/examples/dnd/testdnd crashs (bugzilla-daemon bugzilla gnome org)
4. [Bug 166412] gtkmm/examples/dnd/testdnd crashs (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 5 Feb 2005 12:48:45 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 166226] glibmmconfig.h not installed
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=166226
glibmm | build | Ver: 2.4.x
------- Additional Comments From Murray Cumming 2005-02-05 12:48 -------
There is nothing whatsoever unusual about this.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 5 Feb 2005 20:59:09 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 166412] New: gtkmm/examples/dnd/testdnd crashs
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=166412
gtkmm | general | Ver: 2.4.x
Summary: gtkmm/examples/dnd/testdnd crashs
Product: gtkmm
Version: 2.4.x
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: High
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: es186 fen-net de
CC: all-bugs bugzilla gnome org
Steps to reproduce:
1. Just start the program
2. Drag "drag here" to the dustbin
3. The program starts eating memory until it is killed by the OOM-killer
The crash happens in
bool DnDWindow::on_image_drag_motion(const Glib::RefPtr<Gdk::DragContext>&
context, int, int, guint time)
at
type_targets targets = context->get_targets();
Stack trace:
#0 0xb76077ab in raise () from /lib/tls/libc.so.6
(gdb) bt
#0 0xb76077ab in raise () from /lib/tls/libc.so.6
#1 0xb7608f12 in abort () from /lib/tls/libc.so.6
#2 0xb782604d in g_logv () from /usr/lib/libglib-2.0.so.0
#3 0xb7826076 in g_log () from /usr/lib/libglib-2.0.so.0
#4 0xb79b3807 in (anonymous namespace)::glibmm_unexpected_exception () from
/usr/lib/libglibmm-2.4.so.1
#5 0xb79b3a0e in Glib::exception_handlers_invoke () from
/usr/lib/libglibmm-2.4.so.1
#6 0xb7f225ad in (anonymous namespace)::Widget_signal_drag_motion_callback ()
from /usr/local/lib/libgtkmm-2.4.so.1
#7 0xb7b15653 in _gtk_marshal_BOOLEAN__OBJECT_INT_INT_UINT () from
/usr/lib/libgtk-x11-2.0.so.0
#8 0xb78886b6 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#9 0xb7899d48 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#10 0xb7898d3a in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#11 0xb78992d4 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#12 0xb7a9dc4b in gtk_drag_dest_find_target () from /usr/lib/libgtk-x11-2.0.so.0
#13 0xb7a9d5e6 in gtk_drag_dest_find_target () from /usr/lib/libgtk-x11-2.0.so.0
#14 0xb7a9d63a in gtk_drag_dest_find_target () from /usr/lib/libgtk-x11-2.0.so.0
#15 0xb7a9d63a in gtk_drag_dest_find_target () from /usr/lib/libgtk-x11-2.0.so.0
#16 0xb7a9cd4d in _gtk_drag_dest_handle_event () from /usr/lib/libgtk-x11-2.0.so.0
#17 0xb7b12bab in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#18 0xb7955605 in _gdk_events_queue () from /usr/lib/libgdk-x11-2.0.so.0
#19 0xb781d6b2 in g_main_depth () from /usr/lib/libglib-2.0.so.0
#20 0xb781e738 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#21 0xb781ea70 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#22 0xb781f013 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#23 0xb7b123a3 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#24 0xb7ebc7c9 in Gtk::Main::run_impl () from /usr/local/lib/libgtkmm-2.4.so.1
#25 0xb7ebc613 in Gtk::Main::run () from /usr/local/lib/libgtkmm-2.4.so.1
#26 0x0805f2d5 in main (argc=1, argv=0xbffff864) at main.cc:27
Other information:
I think the problem is in gtkmm/gdk/gdkmm/dragcontext.cc Glib::StringArrayHandle
DragContext::get_targets() const
There a GList should be walked to create a std::list ... but something like
list = list->next
seems to be missing.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 5 Feb 2005 21:04:22 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 166412] gtkmm/examples/dnd/testdnd crashs
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=166412
gtkmm | general | Ver: 2.4.x
Ronald Lembcke changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |major
Priority|High |Normal
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 5 Feb 2005 21:09:01 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 166412] gtkmm/examples/dnd/testdnd crashs
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=166412
gtkmm | general | Ver: 2.4
Ronald Lembcke changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|2.4.x |2.4
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]