more than 256 Mbyte?
Jens Mortensen
morten@prr.mpi-stuttgart.mpg.de
Sun Jul 9 21:31:00 GMT 2000
"Martin v. Loewis" wrote:
>
> > The following test.cc program works fine for x=255, but for x=257, it
> > fails.
>
> How exactly does it fail?
>
> Martin
Here is what happens when I run test.cc:
---------------------
$ g++ -g test.cc
a.out
IOT/Abort trap (core dumped)
$ dbx a.out
Type 'help' for help.
reading symbolic information ...
[using memory image in core]
IOT/Abort trap in raise at 0xd0013be8
0xd0013be8 (raise+0x4c) 80410014 l r2,0x14(r1)
(dbx) where
raise(??) at 0xd0013be8
abort() at 0xd000d350
__default_terminate(), line 55 in "libgcc2.c"
__terminate(), line 55 in "libgcc2.c"
__sjthrow(), line 55 in "libgcc2.c"
__builtin_vec_new(??), line 71 in "new2.cc"
main(), line 4 in "test.cc"
------------------------
Jens
--
-------------Jens-Joergen-Mortensen-------------
MPI-FKF, Heisenbergstr. 1, D-70506 Stuttgart
Tel 0711-689-1749, Fax 0711-689-1702
------------------------------------------------
More information about the Gcc-help
mailing list