libcdio-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libcdio-devel] broken make check and two simple fixes


From: Adrian Reber
Subject: [Libcdio-devel] broken make check and two simple fixes
Date: Tue, 28 Jul 2015 10:21:25 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

I got following Fedora bug report:

https://bugzilla.redhat.com/show_bug.cgi?id=1247351

which points out that there are files with the executable bit set,
which do not really need it. So I have a patch to remove some of the
unneeded executable bits:

https://lisas.de/git/?p=libcdio.git/git;a=commit;h=a3435e6f74e01e7c02e774101d68f6c246a2fb7a

and another change which silences an automake warning:

https://lisas.de/git/?p=libcdio.git/git;a=commit;h=d83906e0319b99b9056fdfc9f549c045b3df3b7b


Checking if my changes break anything I found out that
the commit 8fcd4ce909f4f04e77bee78f573a241d0e9f2c34 breaks make check.

commit 8fcd4ce909f4f04e77bee78f573a241d0e9f2c34
Author: R. Bernstein <address@hidden>
Date:   Tue May 26 08:40:40 2015 -0400

    Recursion checking in cdio_logv() can't use cdio_assert_not_reached()
    which causes more recursion. To reduce the possibility concurrent
    log writes, we'll eliminate those that are ignored earlier.
    sr #108751:

After that commit it fails with:

../../test-driver: line 107: 24504 Segmentation fault      (core dumped) "$@" > 
$log_file 2>&1
FAIL: logger


                Adrian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]