[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] current mod makes a core dump on Fedora18 x86_64
From: |
Christian Jullien |
Subject: |
Re: [Tinycc-devel] current mod makes a core dump on Fedora18 x86_64 |
Date: |
Tue, 5 Feb 2013 19:50:22 +0100 |
No output at all!
------------ hello ------------
../tcc -B.. ../examples/ex1.c -o hello && ./hello
Hello World
../tcc -B.. -run ../examples/ex1.c
Segmentation fault (core dumped)
Compiled version works but not when using -run, is it possible that a PE
(prevention execution) occurs?
C.
-----Original Message-----
From: grischka [mailto:address@hidden
Sent: mardi 5 février 2013 11:09
To: address@hidden
Cc: Christian JULLIEN
Subject: Re: [Tinycc-devel] current mod makes a core dump on Fedora18 x86_64
Christian Jullien wrote:
> Just checked this morning on F18 x86_64
>
> [SNIP]
> make[1]: Entering directory `/home/jullien/tinycc/tests2'
> Test: 00_assignment...
> /bin/sh: line 5: 19084 Segmentation fault (core dumped) ../tcc -B..
> -run 00_assignment.c 2>&1 > 00_assignment.output
> make[1]: *** [00_assignment.test] Error 139
> make[1]: Leaving directory `/home/jullien/tinycc/tests2'
> make: *** [test] Error 2
Problem with the tests2 is that we don't see the actual error message.
You could look in "00_assignment.output" or remove the 2>&1 redirection
(2 times) in tests2/Makefile and try again.
--- grischka