Skip Menu |
 

From: raeburn@mit.edu
Subject: SVN Commit

Quoting problems in pattern matching on the OS name cause Solaris
versions up through 9 to not be properly recognized in the
thread-system configuration setup. This causes our libraries to make
the erroneous assumption that valid thread support routines are
available on all Solaris systems, rather than just assuming it for
Solaris 10 and later.

The result is assertion failures like this one reported by Meraj
Mohammed and others:

Assertion failed: k5int_i->did_run != 0, file krb5_libinit.c, line 63

Thanks to Tom Shaw for noticing the cause of the problem.

The bug may be present in the 1.6.x series as well.

https://github.com/krb5/krb5/commit/70e96202ed342a2241ef5f14f55ce32e24679adf
Commit By: raeburn
Revision: 23144
Changed Files:
U trunk/src/aclocal.m4
From: raeburn@mit.edu
Subject: SVN Commit

Revise patch to avoid using changequote.

https://github.com/krb5/krb5/commit/7192e15e059c5013af8f66fbcb4b6faea04eb9e8
Commit By: raeburn
Revision: 23145
Changed Files:
U trunk/src/aclocal.m4
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.2KiB

pull up r23144, r23145 from trunk

------------------------------------------------------------------------
r23145 | raeburn | 2009-11-09 11:56:01 -0500 (Mon, 09 Nov 2009) | 4 lines

ticket: 6579

Revise patch to avoid using changequote.

------------------------------------------------------------------------
r23144 | raeburn | 2009-11-09 01:13:34 -0500 (Mon, 09 Nov 2009) | 21 lines

ticket: 6579
target_version: 1.7.1
tags: pullup
subject: quoting bug causes solaris pre-10 thread handling bugs

Quoting problems in pattern matching on the OS name cause Solaris
versions up through 9 to not be properly recognized in the
thread-system configuration setup. This causes our libraries to make
the erroneous assumption that valid thread support routines are
available on all Solaris systems, rather than just assuming it for
Solaris 10 and later.

The result is assertion failures like this one reported by Meraj
Mohammed and others:

Assertion failed: k5int_i->did_run != 0, file krb5_libinit.c, line 63

Thanks to Tom Shaw for noticing the cause of the problem.

The bug may be present in the 1.6.x series as well.

https://github.com/krb5/krb5/commit/3f6f9fa259d1134a8e28e6967d930e0e007dcd16
Commit By: tlyu
Revision: 23641
Changed Files:
U branches/krb5-1-7/src/aclocal.m4