|
From: Julian S. <js...@ac...> - 2006-03-19 13:32:47
|
> I have an idea why this happened. How does the application set > the LDT entry it wants to use (which is 0x7B >> 3 ?) In fact it's a GDT entry, not an LDT entry, and Valgrind believes the .limit field of the entry is zero, which is why it issues a segfault. This probably means V thinks the GDT entry has never been set. I have no idea how/where in Allegro the GDT entry is set. J |