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/28185] SIGBUS on IA64 maybe caused by memcpy I



------- Comment #3 from sje at cup dot hp dot com  2006-10-09 20:58 -------
William, can you reproduce this problem with a newer GCC?  I have tried several
versions  of GCC and all I get is an error from shmget (Invalid argument). 
Given that the shmget fails, the memcpy is obviously going to be bogus because
we don't have a valid address in shmid[0], which means we don't get a valid
address in addr[0] and, of course, that makes the memcpy abort.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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