<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [Regression] lld produces crashing executables"
href="https://llvm.org/bugs/show_bug.cgi?id=27420">27420</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[Regression] lld produces crashing executables
</td>
</tr>
<tr>
<th>Product</th>
<td>lld
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ismail@i10z.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>This is on openSUSE 64bit llvm r266627:
seferogullari ~ > cat t.c
int main()
{
}
seferogullari ~ > clang-3.9 -fuse-ld=lld -O0 -g t.c
seferogullari ~ > gdb ./a.out
Reading symbols from ./a.out...done.
(gdb) r
Starting program: /home/ismail/a.out
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x0000000000011199 in _init () at ../sysdeps/x86_64/crti.S:69
#2 0x00007fff70c14288 in ?? ()
#3 0x0000000000011141 in __libc_csu_init (argc=argc@entry=1,
argv=argv@entry=0x7fff70c14288, envp=0x7fff70c14298) at elf-init.c:83
#4 0x00007fd0a624853f in __libc_start_main (main=0x11100 <main>, argc=1,
argv=0x7fff70c14288, init=0x11110 <__libc_csu_init>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fff70c14278) at libc-start.c:245
#5 0x0000000000011029 in _start () at ../sysdeps/x86_64/start.S:118</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>