Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 1100:d50ab2546522
[xemacs-hg @ 2002-11-11 18:52:57 by stephent]
lesstif PROBLEM <87heeox7mz.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 11 Nov 2002 18:52:57 +0000 |
parents | 25f567f6ab2a |
children | 0350fea81e65 |
comparison
equal
deleted
inserted
replaced
1099:85cb05c9227e | 1100:d50ab2546522 |
---|---|
1462 compatible include files into the compilation. In particular this | 1462 compatible include files into the compilation. In particular this |
1463 affected virtually all ioctl() calls. | 1463 affected virtually all ioctl() calls. |
1464 | 1464 |
1465 | 1465 |
1466 ** Linux | 1466 ** Linux |
1467 *** XEmacs crashes on exit. | |
1468 | |
1469 This is known to happen with Lesstif version 0.93.36. It is | |
1470 apparently due to breakage in Lesstif. There is a patch for Lesstif. | |
1471 | |
1472 Frank McIngvale <frankm@hiwaay.net> says: | |
1473 | |
1474 Ok, 0.93.34 works, and I tracked down the crash to a section | |
1475 marked "experimental" in 0.93.36. Patch attached, "works for me". | |
1476 | |
1477 diff -u -r lesstif-0.93.36/lib/Xm/ImageCache.c lesstif-0.93.36-mod/lib/Xm/ImageCache.c | |
1478 --- lesstif-0.93.36/lib/Xm/ImageCache.c 2002-08-05 14:53:24.000000000 -0500 | |
1479 +++ lesstif-0.93.36-mod/lib/Xm/ImageCache.c 2002-11-11 11:13:12.000000000 -0600 | |
1480 @@ -1166,5 +1166,4 @@ | |
1481 DEBUGOUT(_LtDebug0(__FILE__, NULL, "_LtImageCacheScreenDestroy (XmGetPixmapByDepth) %p\n", | |
1482 s)); | |
1483 | |
1484 - (void) _LTHashTableForEachItem(PixmapCache, YowIter, (XtPointer)s); | |
1485 } | |
1486 | |
1487 | |
1467 *** XEmacs crashes on startup, in make-frame. | 1488 *** XEmacs crashes on startup, in make-frame. |
1468 | 1489 |
1469 Typically the Lisp backtrace includes | 1490 Typically the Lisp backtrace includes |
1470 | 1491 |
1471 make-frame(nil #<x-device on ":0.0" 0x2558>) | 1492 make-frame(nil #<x-device on ":0.0" 0x2558>) |