RE: Sugested tests.

"Howell, David P" <[email protected]> Mon, 20 May 2002 08:37:37 -0700
Newsgroups gmane.linux.ngpt.user
Message-ID <[email protected]>
Bill Abt replied to Stephen Towner:
>>
>> I was also hoping you could help me with something, my understanding that
>> was after installing ngpt if I recompiled the kernel, etc it too would
>> use it?  Is there a way to verify that it's not using linuxthreads .9 and
>> instead 1.9?
>>
>
>Not quite.  But it can be accomplished easily and will be the default for
>installation in the 2.0 timeframe.  You can do it one of two ways.  You'll
>find in both ngpt.spec and Makefile(.in) a section commented out (part of
>install in the Makefile or the "post" section of the spec); uncomment this
>section and rerun the make install or rebuild the rpms.  Then you're whole
>system will be using NGPT.
>
Validate that you are fully running a system with NGPT by doing the
following:
	grep libpthread /proc/[0-9]*/maps 
If you see these lines:
	.../libpthread.19.0.20
	.../libpthread.19
and none of these:
	.../libpthread-0.9.so
then ngpt 1.9.0 is fully in control.
 
On my box I see:
/proc/14970/maps:4003c000-4005a000 r-xp 00000000 08:06 181734
/lib/i686/libpthread.so.19.0.20
/proc/14970/maps:4005a000-4005b000 rw-p 0001d000 08:06 181734
/lib/i686/libpthread.so.19.0.20
/proc/15278/maps:40026000-40044000 r-xp 00000000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/15278/maps:40044000-40045000 rw-p 0001d000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/15281/maps:40026000-40044000 r-xp 00000000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/15281/maps:40044000-40045000 rw-p 0001d000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/1575/maps:40026000-40044000 r-xp 00000000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/1575/maps:40044000-40045000 rw-p 0001d000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/1578/maps:40026000-40044000 r-xp 00000000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/1578/maps:40044000-40045000 rw-p 0001d000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/3161/maps:40026000-40044000 r-xp 00000000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/3161/maps:40044000-40045000 rw-p 0001d000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/3164/maps:40026000-40044000 r-xp 00000000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/3164/maps:40044000-40045000 rw-p 0001d000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/3221/maps:40026000-40044000 r-xp 00000000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/3221/maps:40044000-40045000 rw-p 0001d000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/3224/maps:40026000-40044000 r-xp 00000000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/3224/maps:40044000-40045000 rw-p 0001d000 08:06 213779
/usr/lib/libpthread.so.19.0.20
/proc/337/maps:4003c000-4005a000 r-xp 00000000 08:06 181734
/lib/i686/libpthread.so.19.0.20
/proc/337/maps:4005a000-4005b000 rw-p 0001d000 08:06 181734
/lib/i686/libpthread.so.19.0.20
/proc/844/maps:4003c000-4005a000 r-xp 00000000 08:06 181734
/lib/i686/libpthread.so.19.0.20
/proc/844/maps:4005a000-4005b000 rw-p 0001d000 08:06 181734
/lib/i686/libpthread.so.19.0.20
/proc/888/maps:4003c000-4005a000 r-xp 00000000 08:06 181734
/lib/i686/libpthread.so.19.0.20
/proc/888/maps:4005a000-4005b000 rw-p 0001d000 08:06 181734
/lib/i686/libpthread.so.19.0.20
/proc/930/maps:4003c000-4005a000 r-xp 00000000 08:06 181734
/lib/i686/libpthread.so.19.0.20
/proc/930/maps:4005a000-4005b000 rw-p 0001d000 08:06 181734
/lib/i686/libpthread.so.19.0.20
_______________________________________________
pthreads-users mailing list
[email protected]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/pthreads-users