Try other way: enable core dumps
ulimit -c unlimited
then run gltst, bus error will produce core file.
Inspect it with gdb
gdb <program> <core>
If program's command line specified is wrong, gdb will tell you the right one
read from core file.
Randall Dow написав(ла):
Hi Alex, Jon,
I just installed the current testing picoLisp (now: 17.6.09) and the
gl libraries.
I get exactly your described behavior, Jon, gltst.l immediately
produces a bus error signal.
I then started it with gdb - and it runs fine - no buserror core dump. Hmmm.
No more time right now.
Cheers,
- Rand
On Tue, Jun 16, 2009 at 11:51 AM, Randall Dow <[email protected]> wrote:
I'll get everything installed, and let you know if I can reproduce the problem.
--
UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe