<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I just noticed..it appears that some ports historically catch SIGBUS and call SegV, and some don't install a handler for it.<BR>
e.g. it looks like the Darwin platforms do this.<BR>
In my porting of the signal handling code to C, I foisted this behavior on all platforms.<BR>
Reasonable?<BR>
Otherwise we could put #ifdef __APPLE__ around SIGBUS in RTSignalC.c.<BR>
I think it is probably ok asis, or maybe even an improvement.<BR>
 <BR>
 - Jay<BR><BR><BR><BR><BR><BR>                                           </body>
</html>