GNOME Bugzilla – Bug 441878
Segmentation fault on after copying a selection
Last modified: 2007-06-09 16:32:07 UTC
Steps to reproduce: I have a Segmentation fault as soon as I copy a selection with ctrl+c past it with ctrl+v convert the floating selection into an layer and then past it again with ctrl+v. Some times I have to past mor then two times, but avter some pastes it always seg faults. Here is the gdb output: http://paste.ubuntu-nl.org/22918/ And here the valgrind output: http://paste.ubuntu-nl.org/22926/ Stack trace: Other information:
The last sentence without errors. ;) "Some times I have to past more then two times, but after some pastes it always seg faults."
Thanks, fixed in SVN: 2007-05-28 Michael Natterer <mitch@gimp.org> * app/base/tile-manager.c (tile_manager_get): allocate tile->rowhint using tile_sanitize_rowhints() (which uses GSlice) instead of g_memdup(). Fixes bug #441878.
*** Bug 442009 has been marked as a duplicate of this bug. ***
*** Bug 441812 has been marked as a duplicate of this bug. ***
*** Bug 441871 has been marked as a duplicate of this bug. ***
*** Bug 442108 has been marked as a duplicate of this bug. ***
*** Bug 445047 has been marked as a duplicate of this bug. ***
*** Bug 445783 has been marked as a duplicate of this bug. ***