From: Philipp R. <pr...@pa...> - 2000-11-23 18:56:55
|
On Thu, Nov 23, 2000 at 04:53:37PM +0000, David Howells wrote: > > > What version of insmod are you using? > > insmod v2.3.15 > > > Is the problem being caused by loading a specific module? > > ext2.o > > > I'm also not keen on having the kernel fix up unaligned accesses for me, as > > if I have a bug in my program I want to know about it. > > Hence it logs the first 10 fixups it makes. Insufficient for development purposes. At least you need something like alpha's UAC_SIGBUS which allow you to go on debugging without a reboot after the fist 10 unaligned accesses. |