editors/nedit crashes when doing either a file->open or file->save: X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 91 (X_QueryColors) Value in failed request: 0xffb3b3b3 Serial number of failed request: 6525 Current serial number in output stream: 6525 The exact problem was filed/discussed a loong time ago at: https://bugzilla.redhat.com/show_bug.cgi?id=199770 for w/c this patch is shamelessly taken ;-) Fix: See patch (shamelessly obtained from RH bugzilla ;-) Patch attached with submission follows: How-To-Repeat: Install editors/nedit. Run nedit. Do file->open or file->save. It will crash nedit. Very annoying.
Responsible Changed From-To: freebsd-ports-bugs->deischen Over to maintainer (via the GNATS Auto Assign Tool)
deischen 2012-02-03 08:51:32 UTC FreeBSD ports repository Added files: editors/nedit/files patch-util-misc.c Log: Add a patch file to prevent nedit from crashing on file->open or file->save operations. Patch provided by: Mars G Miro <spry at anarchy doh in doh the doh ph> Thanks! PR: 164729 Revision Changes Path 1.1 +14 -0 ports/editors/nedit/files/patch-util-misc.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Patch provided in PR is committed. Thanks a lot for your contribution!