On Oct 12, 2009, at 8:55 AM, Dr. David Kirkby wrote: >> /var/tmp//ccv990We.s:587: Warning: .stabs: description field >> '1161d' too >> big, try a different debug format
>> if a developer wants to take a look, and does not have access to an >> HP-UX machine, I can give you an account on the machine, where you >> can >> test it yourself. > > Did any of the developers see this? Is there a more appropriate list > for > bug reports like this? Thank you for your kind offer of access to an HPUX machine. However, the problem here is that the stabs debugging format does not support source code files longer than 32768 lines. The sqlite3.c source file is around 110,000 lines long. Hence, stabs is simply not going to work with SQLite. This is a fundamental limitation of the compiler on HPUX. No amount of debugging on an HPUX machine is going to fix this, I'm afraid. SQLite should still work on HPUX, despite the avalanche of warnings. You just won't get useful information out of a symbolic debugger. If in the future you encounter problems in HPUX that we cannot replicate on one of our local machines (linux, mac, windows, on x86 and x86_64) then we may well take you up on your offer to debug on HPUX/pa-risc. But at this time, that would not be useful. Thanks. D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

