This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/27629] SIGSEGV in printstack()



------- Comment #6 from ebotcazou at gcc dot gnu dot org  2006-05-17 18:10 -------
> I'm told that the fault is due to a known problem in the Sun libc:
>   6372620 printstack() segfaults when called from static function
> 
> It this doesn't provide sufficient detail to work around the bug in gcc
> (assuming you choose to do so) let me know.

Well, you'll first have to define "static" because it's not clear why "main"
would be static.  You could also try to compile your testcase with -S and post
the diff between what GCC 4.0.2 and GCC 4.1.0 generate.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27629


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]