Your message dated Sun, 24 Feb 2013 09:57:32 +0000
with message-id <[email protected]>
and subject line Bug#700561: Removed package(s) from unstable
has caused the Debian Bug report #535649,
regarding gracie: segfault on login, logout, login
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
535649: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535649
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gracie
Version: 0.2.8-1
Severity: important
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.31-rc1 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=ISO-8859-1) (ignored:
LC_ALL set to en_AU)
Shell: /bin/sh linked to /bin/bash
Versions of packages gracie depends on:
ii python 2.5.4-2 An interactive high-level object-o
ii python-central 0.6.11 register and build utility for Pyt
ii python-openid 2.2.4-1 OpenID support for servers and con
ii python-pam 0.4.2-12 A Python interface to the PAM libr
ii python-routes 1.10.3-2 Routing Recognition and Generation
gracie recommends no packages.
gracie suggests no packages.
-- no debconf information
After finally getting gracie installed (see #519623), and configuring it with
--root-url=http://www.example.com:18000 --port=18000 --host=www.example.com in
/etc/default/gracie, I test it by pointing my browser at
http://www.example.com:18000.
I can login OK, and sing out, too. When I do this a second time, after entering
the same name and password, when I click the sign in button gracie segfaults,
and I get a blank page. This is reliably reproducible.
Cheers,
Peter.
syslog messages for the crashes:
Jul 3 14:56:40 Vetinari kernel: [682445.818173] <6>gracied[15277]: segfault at
0 ip (null) sp bfa932bc error 4 in python2.5[8048000+fb000]
Jul 3 14:59:34 Vetinari kernel: [682619.830054] <6>gracied[15521]: segfault at
0 ip (null) sp bf9c19ec error 4 in python2.5[8048000+fb000]
Jul 3 15:07:19 Vetinari kernel: [683084.794150] <6>gracied[15593]: segfault at
0 ip (null) sp bf87399c error 4 in python2.5[8048000+fb000]
Jul 4 12:43:19 Vetinari kernel: [760844.580386] <6>gracied[11453]: segfault at
0 ip (null) sp bffeb69c error 4 in python2.5[8048000+fb000]
Jul 4 12:52:16 Vetinari kernel: [761382.096867] <6>gracied[12982]: segfault at
0 ip (null) sp bfe8facc error 4 in python2.5[8048000+fb000]
output with --log-level=INFO:
2009-07-04 13:00:24 gracie.server: INFO: Starting Gracie server (version
0.2.8.r125)
2009-07-04 13:00:24 gracie.httpserver: INFO: Starting Gracie HTTP server
(version 0.2.8.r125)
2009-07-04 13:00:24 gracie.httpserver: INFO: Listening on address
192.168.1.1:18000
/usr/lib/python2.5/site-packages/gracie/server.py:90: UserWarning:
openid.server.server.Server constructor requires op_endpoint parameter for
OpenID 2.0 servers
self.openid_server = OpenIDServer(store)
2009-07-04 13:00:32 gracie.httprequest: INFO: Dispatching to controller u'about'
2009-07-04 13:00:32 gracie.httprequest: INFO: "GET / HTTP/1.1" 200 -
2009-07-04 13:00:32 gracie.httprequest: INFO: Sent HTTP response
2009-07-04 13:00:36 gracie.httprequest: INFO: Session not authenticated
2009-07-04 13:00:36 gracie.httprequest: INFO: Dispatching to controller u'login'
2009-07-04 13:00:36 gracie.httprequest: INFO: "GET /login HTTP/1.1" 200 -
2009-07-04 13:00:36 gracie.httprequest: INFO: Sent HTTP response
2009-07-04 13:00:44 gracie.httprequest: INFO: Session not authenticated
2009-07-04 13:00:44 gracie.httprequest: INFO: Dispatching to controller u'login'
2009-07-04 13:00:44 gracie.auth: INFO: Attempting to authenticate credentials
for 'peter'
2009-07-04 13:00:44 gracie.auth: INFO: PAM: received query
2009-07-04 13:00:44 gracie.auth: INFO: PAM query: type 1, 'Password: '
2009-07-04 13:00:44 gracie.auth: INFO: PAM response: sending ('<password>', 0)
2009-07-04 13:00:44 gracie.auth: INFO: Successful authentication for 'peter'
2009-07-04 13:00:44 gracie.httprequest: INFO: Session authenticated as 'peter'
2009-07-04 13:00:44 gracie.httprequest: INFO: Redirecting to
'http://www.peterscully.name:18000'
2009-07-04 13:00:44 gracie.httprequest: INFO: "POST /login HTTP/1.1" 302 -
2009-07-04 13:00:44 gracie.httprequest: INFO: Sent HTTP response
2009-07-04 13:00:44 gracie.httprequest: INFO: Session authenticated as 'peter'
2009-07-04 13:00:44 gracie.httprequest: INFO: Dispatching to controller u'about'
2009-07-04 13:00:44 gracie.httprequest: INFO: "GET / HTTP/1.1" 200 -
2009-07-04 13:00:44 gracie.httprequest: INFO: Sent HTTP response
2009-07-04 13:00:52 gracie.httprequest: INFO: Session authenticated as 'peter'
2009-07-04 13:00:52 gracie.httprequest: INFO: Dispatching to controller
u'logout'
2009-07-04 13:00:52 gracie.httprequest: INFO: Removed authentication session
2009-07-04 13:00:52 gracie.httprequest: INFO: Redirecting to
'http://www.peterscully.name:18000'
2009-07-04 13:00:52 gracie.httprequest: INFO: "GET /logout HTTP/1.1" 302 -
2009-07-04 13:00:52 gracie.httprequest: INFO: Sent HTTP response
2009-07-04 13:00:52 gracie.httprequest: INFO: Session not authenticated
2009-07-04 13:00:52 gracie.httprequest: INFO: Dispatching to controller u'about'
2009-07-04 13:00:52 gracie.httprequest: INFO: "GET / HTTP/1.1" 200 -
2009-07-04 13:00:52 gracie.httprequest: INFO: Sent HTTP response
2009-07-04 13:00:54 gracie.httprequest: INFO: Session not authenticated
2009-07-04 13:00:54 gracie.httprequest: INFO: Dispatching to controller u'login'
2009-07-04 13:00:54 gracie.httprequest: INFO: "GET /login HTTP/1.1" 200 -
2009-07-04 13:00:54 gracie.httprequest: INFO: Sent HTTP response
2009-07-04 13:01:01 gracie.httprequest: INFO: Session not authenticated
2009-07-04 13:01:01 gracie.httprequest: INFO: Dispatching to controller u'login'
2009-07-04 13:01:01 gracie.auth: INFO: Attempting to authenticate credentials
for 'peter'
2009-07-04 13:01:01 gracie.auth: INFO: PAM: received query
2009-07-04 13:01:01 gracie.auth: INFO: PAM query: type 1, 'Password: '
2009-07-04 13:01:01 gracie.auth: INFO: PAM response: sending ('<password>', 0)
--- End Message ---
--- Begin Message ---
Version: 0.2.11-1.1+rm
Dear submitter,
as the package gracie has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/700561
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---