$ g++ -pedantic -Os determinante.cpp -o determinante
determinante.cpp:90:2: warning: no newline at end of file
>Exit code: 0
$./determinante
*** glibc detected *** ./determinante: free(): invalid next size (fast): 0x0804c178 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb7d4c8bd]
/lib/tls/i686/cmov/libc.so.6(__libc_free+0x84)[0xb7d4ca44]
/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0xb7efbfc1]
./determinante(__gxx_personality_v0+0x34e)[0x8048af2]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb7cfb8cc]
./determinante(__gxx_personality_v0+0x6d)[0x8048811]
======= Memory map: ========
08048000-08049000 r-xp 00000000 16:06 153028 /home/tuttoweb/documenti/programmazione/c++/determinante/determinante
08049000-0804a000 rw-p 00000000 16:06 153028 /home/tuttoweb/documenti/programmazione/c++/determinante/determinante
0804a000-0806b000 rw-p 0804a000 00:00 0 [heap]
b7b00000-b7b21000 rw-p b7b00000 00:00 0
b7b21000-b7c00000 ---p b7b21000 00:00 0
b7ce5000-b7ce6000 rw-p b7ce5000 00:00 0
b7ce6000-b7e13000 r-xp 00000000 16:06 294929 /lib/tls/i686/cmov/libc-2.4.so
b7e13000-b7e15000 r--p 0012c000 16:06 294929 /lib/tls/i686/cmov/libc-2.4.so
b7e15000-b7e17000 rw-p 0012e000 16:06 294929 /lib/tls/i686/cmov/libc-2.4.so
b7e17000-b7e1a000 rw-p b7e17000 00:00 0
b7e1a000-b7e24000 r-xp 00000000 16:06 262211 /lib/libgcc_s.so.1
b7e24000-b7e25000 rw-p 00009000 16:06 262211 /lib/libgcc_s.so.1
b7e25000-b7e49000 r-xp 00000000 16:06 294933 /lib/tls/i686/cmov/libm-2.4.so
b7e49000-b7e4b000 rw-p 00023000 16:06 294933 /lib/tls/i686/cmov/libm-2.4.so
b7e4b000-b7f1f000 r-xp 00000000 16:06 297220 /usr/lib/libstdc++.so.6.0.8
b7f1f000-b7f22000 r--p 000d4000 16:06 297220 /usr/lib/libstdc++.so.6.0.8
b7f22000-b7f24000 rw-p 000d7000 16:06 297220 /usr/lib/libstdc++.so.6.0.8
b7f24000-b7f2b000 rw-p b7f24000 00:00 0
b7f38000-b7f3a000 rw-p b7f38000 00:00 0
b7f3a000-b7f53000 r-xp 00000000 16:06 262168 /lib/ld-2.4.so
b7f53000-b7f55000 rw-p 00018000 16:06 262168 /lib/ld-2.4.so
bfb21000-bfb37000 rw-p bfb21000 00:00 0 [stack]
ffffe000-fffff000 ---p 00000000 00:00 0 [vdso]
0 7 2 2
-1 5 1 2
0 0 1 -1
0 4 0 2
Il determinante della matrice è: 3Aborted (core dumped)
>Exit code: 134