GNOME Bugzilla – Bug 115284
SIGSEGV on FrameBuffer backend
Last modified: 2011-02-04 16:12:02 UTC
SIGSEGV:
+ Trace 37850
gdk_region_spans_intersect_foreach() is called only by linux-fb backend.
Created attachment 17550 [details] [review] trivia bugfix
Can't the three lines: y = span->y; left = span->x; right = span->x + span->width; /* right is not in the span! */ simply be deleted? I don't see any use of those assignments.
Bumping priority to high to remind me to simply delete those lines if I don't hear anything further.
Those three lines apparently can be deleted. My original patch was just mechanically quick-hacked without further looking at the code. I did not test it as I do not currently have fbcon available here but I have no doubts it would work. Regards
Created attachment 19027 [details] [review] Verified functionality of 3 lines removal