bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/23633] objcopy Segmentation fault


From: hjl.tools at gmail dot com
Subject: [Bug binutils/23633] objcopy Segmentation fault
Date: Tue, 11 Sep 2018 19:09:53 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=23633

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Created attachment 11235
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11235&action=edit
A testcase

address@hidden pr23633]$ cat x.c
int
main ()
{
  return 0;
}
address@hidden pr23633]$ make
gcc -g    x.c   -o x
strip -g -o x.g x
./objcopy -S --keep-symbols=x.list x.g x1
make: *** [Makefile:13: x1] Segmentation fault
make: *** Deleting file 'x1'
address@hidden pr23633]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]