Bug? login crashes with pam_ck_connector.so on i386

Hi, I'm trying to enable consolekit on two of my FreeBSD 10.1 machines, both updated to p16. One is 32 bit, and the other one is 64 bit. I added the following line to /etc/pam.d/login:

Code:
session optional /usr/local/lib/pam_ck_connector.so nox11
After this on the 64 bit machine I can log in and see an active consolekit session using ck-list-sessions, so it works. However on the 32 bit machine it drops me back to the login prompt immediately after entering the password. In the system log /var/log/messages I see a line like this:

Code:
kernel: login exited with signal 11
So login is segfaulting on the 32 bit machine but works fine in 64 bit. Any ideas as to what is going wrong?
 
Just tested on two more systems: an i386 and an x64. Same result: on x64 the session is successfully registered with consolekit, while on i386 the login process segfaults.

This is looking like a bug in i386...
 
Back
Top