Bug#756068: closed by Laurent Bigonville bi...@debian.org (Bug#756068: fixed in gdm3 3.12.2-4)

2014-09-14 Thread Colomban Wendling
On Wed, 10 Sep 2014 16:33:23 + (UTC) Mathieu Desnoyers
mathieu.desnoy...@efficios.com wrote:
 Hi,
 
 The issue is still unfixed with jessie's current gdm3:
 
 3.12.2-2.1

Indeed, as I reported in comment #25 :)

However, 3.12.2-4 did fix it, and as far as Madison tells me it already
migrated to Testing.

Regards,
Colomban


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#756068: closed by Laurent Bigonville bi...@debian.org (Bug#756068: fixed in gdm3 3.12.2-4)

2014-09-14 Thread Mathieu Desnoyers
- Original Message -
 From: Colomban Wendling lists@herbesfolles.org
 To: 756...@bugs.debian.org
 Cc: Mathieu Desnoyers mathieu.desnoy...@efficios.com
 Sent: Sunday, September 14, 2014 1:46:22 PM
 Subject: Re: Bug#756068 closed by Laurent Bigonville bi...@debian.org 
 (Bug#756068: fixed in gdm3 3.12.2-4)
 
 On Wed, 10 Sep 2014 16:33:23 + (UTC) Mathieu Desnoyers
 mathieu.desnoy...@efficios.com wrote:
  Hi,
  
  The issue is still unfixed with jessie's current gdm3:
  
  3.12.2-2.1
 
 Indeed, as I reported in comment #25 :)
 
 However, 3.12.2-4 did fix it, and as far as Madison tells me it already
 migrated to Testing.

I confirm that updating to 3.12.2-4 indeed fixes the issue.

Thanks!

Mathieu


-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#756068: closed by Laurent Bigonville bi...@debian.org (Bug#756068: fixed in gdm3 3.12.2-4)

2014-09-10 Thread Mathieu Desnoyers
Hi,

The issue is still unfixed with jessie's current gdm3:

3.12.2-2.1

This simple program shows the issue (and locally reenables
sigusr1) within a terminal:

#include error.h
#include signal.h
#include stdio.h
#include stdlib.h

int main(int argc, char **argv)
{
sigset_t set, oldset;
int ret;

if ((ret = sigemptyset(set))  0) {
perror(sigemptyset);
}

ret = sigprocmask(SIG_SETMASK, set, oldset);
if (ret) {
perror(sigprocmask);
}
fprintf(stderr, oldset SIGUSR1 %d\n,
sigismember(oldset, SIGUSR1));
fprintf(stderr, newset SIGUSR1 %d\n,
sigismember(set, SIGUSR1));
system(/bin/bash);
}

Output expected:

oldset SIGUSR1 0
newset SIGUSR1 0

Buggy output:

oldset SIGUSR1 1
newset SIGUSR1 0

Thanks,

Mathieu




- Original Message -
 From: Debian Bug Tracking System ow...@bugs.debian.org
 To: Mathieu Desnoyers mathieu.desnoy...@efficios.com
 Sent: Saturday, September 6, 2014 12:51:16 PM
 Subject: Bug#756068 closed by Laurent Bigonville bi...@debian.org 
 (Bug#756068: fixed in gdm3 3.12.2-4)
 
 This is an automatic notification regarding your Bug report
 which was filed against the gdm3 package:
 
 #756068: gdm3 blocks SIGUSR1 for all applications
 
 It has been closed by Laurent Bigonville bi...@debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Laurent Bigonville
 bi...@debian.org by
 replying to this email.
 
 
 --
 756068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756068
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems
 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org