| Anonymous | Login | Signup for a new account | 11-10-2008 11:10 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001163 | [uClibc] Stdio | crash | always | 01-14-07 18:03 | 01-15-07 00:09 | ||||
| Reporter | netvipe | View Status | public | ||||||
| Assigned To | uClibc | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001163: SIGSEGV for static linked binaries | ||||||||
| Description |
uclibc seems to have a problem for static linked binaries. i try to build a static linked version of busybox for initramfs. the compiler shows no major problems. an additional test always produces a SIGSEGV for all kind of busybox binaries. after testing version 1.3.1, 1.2.2.1, 1.1.2, 1.1.0 and the snapshot from today, i've decided to make a simple test with something like "hello.c" and the result is the same. build_i686/staging_dir/bin/i686-linux-uclibc-gcc hello.c -o hello -static execve("./hello", ["./hello"], [/* 13 vars */]) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "Hello World\n", 12Hello World ) = 12 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV (core dumped) +++ are there any known bugs for this version of uclibc? regards florian |
||||||||
| Additional Information |
i'm using buildroot with the following features: gcc 3.4.2 uclibc snapshot from 01/07/2007 binutils 2.17 |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0001989) jocke 01-15-07 00:08 |
This was corrected the 11/1, SVN rev 17253 |
|
(0001990) jocke 01-15-07 00:09 |
Closing as this is fixed as of SVN 17253 |
| Copyright © 2000 - 2006 Mantis Group |