Comment 4 for bug 1821677

Revision history for this message
Sunil Pandey (skpgkp1) wrote :

Attached is small test case to reproduce this issue.

$ tar -Jxvf dl-big-note.tar.xz
dl-big-note/
dl-big-note/dl-big-note-lib.S
dl-big-note/dl-big-note.c
dl-big-note/Makefile
$ cd dl-big-note/
$ make runtest
gcc -c -o dl-big-note-lib.o dl-big-note-lib.S
gcc -shared -o dl-big-note-lib.so dl-big-note-lib.o
gcc -o dl-big-note dl-big-note.c -ldl
./dl-big-note
make: *** [Makefile:10: runtest] Segmentation fault (core dumped)