Bug 11 - A signal handler does not return properly on microblaze.
Summary: A signal handler does not return properly on microblaze.
Status: RESOLVED INVALID
Alias: None
Product: ELLCC
Classification: Unclassified
Component: libecc (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- normal
Assignee: Richard Pennington
URL:
Depends on:
Blocks: 36
  Show dependency tree
 
Reported: 2012-01-04 06:11 CST by Richard Pennington
Modified: 2017-07-29 10:42 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Pennington 2012-01-04 06:11:18 CST
10818 rt_sigaction(SIGINT,0x407ff89c,0x00000008) = -1 errno=14 (Bad address)
10818 rt_sigaction(SIGINT,0x407ff89c,0x00000008) = -1 errno=14 (Bad address)
10818 write(1,0x1003c008,66)FAIL: 001signal.c:42: Gen(Signal): The previous signal is correct
 = 66
10818 write(2,0x407ff468,35)FAIL: 001signal.c:42: Gen(Signal):  = 35
10818 write(2,0x100362eb,30)The previous signal is correct = 30
10818 write(2,0x10038283,1)
 = 1
10818 getpid() = 10818
10818 kill(10818,SIGINT)make[1]: *** [check] Error 1
make[1]: Leaving directory `/home/rich/ellcc/test/obj/microblaze/linux/libs/gen'
make: *** [gen.check] Error 2
[~/ellcc/test/obj/microblaze/linux/libs] main%
Comment 1 Richard Pennington 2012-07-03 14:27:44 CDT
Fixed with the import of musl.
Comment 2 Richard Pennington 2017-07-29 10:36:19 CDT
These bugs are obsolete with the new build and deployment process.
Comment 3 Richard Pennington 2017-07-29 10:39:06 CDT
These bugs are obsolete with the new build and deployment process.
Comment 4 Richard Pennington 2017-07-29 10:42:10 CDT
These bugs are obsolete with the new build and deployment process.