Svante Signell, le Tue 03 Apr 2012 09:51:48 +0200, a écrit : > On Tue, 2012-04-03 at 09:38 +0200, Samuel Thibault wrote: > > Svante Signell, le Tue 03 Apr 2012 09:12:42 +0200, a écrit : > > > > I've been struggling with this for a while now. Whatever changes I make > > > the segfault happen at the same place(s). > > > > But did you the pthread definitions? If not, don't look anywhere else > > for now, it's sure that bad things will happen without fixing them. > > I'm doing this now, but have some problems: Some functions are made > dummy functions in s-taprop-gnu.ads, like pthread_mutexattr_setprotocol, > but looking at the header files, /usr/include/pthread/pthread.h, these > functions are ifdefd: #ifdef __USE_UNIX98. How to find out which > functions are stubs/not implemented and which are not?
See the TODO file in our libpthread/ directory, or the source code. Samuel