On Sun, 2 Dec 2018 00:30:21 +0800 YunQiang Su wrote:
> Package: src:gcc-8-cross
> Version: 23
>
> These bellow cmd will show:
> munmap_chunk(): invalid pointer
> Aborted
>
And an new discovery: i386 version don't have problem...,
aka only amd64 version has problem.
> $ echo "int a(){ return
Package: src:gcc-8-cross
Version: 23
These bellow cmd will show:
munmap_chunk(): invalid pointer
Aborted
$ echo "int a(){ return 1; }" | mips64el-linux-gnuabi64-gcc-8 -c -mabi=32 -xc -
$ echo "int a(){ return 1; }" | mips64el-linux-gnuabi64-gcc-8 -B
/non_exists/ -c -mabi=32 -xc -
$ echo "int
2 matches
Mail list logo