www.smartbusinesschoices.com

Leading Business and Technology,
News and information


Part of the Identityscape.com network...

getxfactor.com jmoodmusic.com smartbusinesschoices.com mintdepot.com lowfaresalways.com evangelicalview.com shoppingpodder.com soproudlywehail.com webnews.ws currenthumor.com

 

 

Unaligned access control utility uace available
   Smart Linux Business Choices! - the Best of UseNet Postings! Forum Index -> Linux Alpha  
View previous topic :: View next topic  
Author Message
Anton Ertl
Guest






PostPosted: Sat Mar 22, 2008 7:19 pm    Post subject: Unaligned access control utility uace available Reply with quote

By default the Linux-Alpha kernel fixes unaligned accesses and logs
their occurence. One can control this behaviour, and the uace utility
does this.

Example usages:

1) I won't fix mysqladmin, so I don't want to see the "unaligned trap"
messages in the logs:

uace noprint mysqladmin

2) I am developing Forth code, and want to get a SIGBUS (and the
corresponding backtrace) when I do an unaligned access:

uace sigbus noprint gforth

3) I want all further processes started from this shell session not to
log "unaligned trap" messages:

exec uace noprint $SHELL

4) Reenable Linux default, e.g. after 3):

exec uace $SHELL

Note that all children of the uaced process are affected, too.

You find the source code at <http://www.complang.tuwien.ac.at/anton/uace.c>

There is a bit of documentation in the source, and no additional
documentation. If you want to create a more comprehensive package for
this utility, go ahead.

- anton
--
M. Anton Ertl Some things have to be seen to be believed
anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen
http://www.complang.tuwien.ac.at/anton/home.html
Back to top
Display posts from previous:   
   Smart Linux Business Choices! - the Best of UseNet Postings! Forum Index -> Linux Alpha  
Page 1 of 1
All times are GMT

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum