GNOME Bugzilla – Bug 385923
metacity crashes unexpectedly when moving windows around
Last modified: 2006-12-16 18:28:25 UTC
Steps to reproduce: 1. grab a window 2. move it randomly Stack trace:
+ Trace 94171
Thread 1 (Thread -1208895824 (LWP 3737))
Other information: Advertencia del gestor de ventanas: Log level 6: file boxes.c: line 1080 (meta_rectangle_edge_aligns): should not be reached Abortado
That's pretty serious. It doesn't happen for me running the version in HEAD. Can you tell me which particular version of 2.17.* you're running (metacity --version)? Or, better, if you're able to test HEAD then please let us know whether it happens there too. The error occurs because an edge is marked as not being one of left, right, top, or bottom, which shouldn't be possible. If this still happens in HEAD I'd like to know what it *is* marked as.
The patch in bug 353513 ought to help; I probably should have applied it when I created it. Other comments in that bug suggest that there may be another place that triggers this bug, meaning that there may be other out-of-bounds or uninitialized data being used somewhere... Anyway, its triggering the same assertion, so I'll mark this report as a duplicate. *** This bug has been marked as a duplicate of 353513 ***