On Wed, 16 Oct 2002 08:17:11 -0400, you wrote:
On October 16, 2002 06:23 am, Rein Klazes wrote:
Upto 1.230 (== current cvs) I haven't seen any changes yet. The R patches appear to solve the selection issues, but not the crash is still there and the latest (R3) introduces a new crash long before any window is drawn. No details of this yet.
OK. Newsbin seems to be using custom draw, and for some reason it crashes. So let's disable it, and see what else is wrong. As you say, R-series fixes the selection issues, and a buch of other stuff, so please test with them. I am interested in a trace like the one you posted for R3, to see why, and where it crashes.
backtrace:
| Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00409198). | In 32-bit mode. | 0x00409198 (nbpro.exe..text+0x8198 in H:\binw\nbpro\nbpro.exe): movl 0x0(%ebp),%eax | Backtrace: | =>0 0x00409198 (nbpro.exe..text+0x8198 in H:\binw\nbpro\nbpro.exe) (ebp=00000000) |
Log: www.xs4all.nl/~rklazes/temp/nb2.log.bz2
After you get the trace, add the line: return 0; before the line 703: return notify_hdr(infoPtr, NM_CUSTOMDRAW, &lpnmlvcd->nmcd.hdr); Hopefully this will eliminate the crash.
It still crashes at the same point.
Rein.