Your message dated Sun, 08 Jul 2018 15:50:34 +0000
with message-id <e1fcbxk-0007ih...@fasolo.debian.org>
and subject line Bug#903263: fixed in sip4 4.19.12+dfsg-1
has caused the Debian Bug report #903263,
regarding sip-dev: segfaults building libarcus in Sid
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 ow...@bugs.debian.org
immediately.)


-- 
903263: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903263
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sip-dev
Version: 4.19.11+dfsg-1
Severity: serious

Setting severity to serious, as this problem break the build of another
package.

When trying to build a new version of libarcus in Sid from the new git
repository on Salsa, the build fail because sip segfaults.

You should be able to reproduce the problem by running this:

  gbp clone https://salsa.debian.org/3dprinting-team/libarcus.git
  cd libarchus
  gbp buildpackage

Here is some information about the crash.  Not quite sure how to get a
more useful backtrace.

% (cd obj-x86_64-linux-gnu/; make)
/usr/bin/cmake -H/home/pere/src/debian/3d-printing/libarcus 
-B/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/CMakeFiles 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory 
'/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu'
make -f CMakeFiles/Arcus.dir/build.make CMakeFiles/Arcus.dir/depend
make[2]: Entering directory 
'/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu'
cd /home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu && 
/usr/bin/cmake -E cmake_depends "Unix Makefiles" 
/home/pere/src/debian/3d-printing/libarcus 
/home/pere/src/debian/3d-printing/libarcus 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/CMakeFiles/Arcus.dir/DependInfo.cmake
 --color=
make[2]: Leaving directory 
'/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu'
make -f CMakeFiles/Arcus.dir/build.make CMakeFiles/Arcus.dir/build
make[2]: Entering directory 
'/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu'
make[2]: Nothing to be done for 'CMakeFiles/Arcus.dir/build'.
make[2]: Leaving directory 
'/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu'
[ 27%] Built target Arcus
make -f CMakeFiles/python_module_Arcus.dir/build.make 
CMakeFiles/python_module_Arcus.dir/depend
make[2]: Entering directory 
'/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu'
[ 31%] Generating python/sipArcuspart0.cpp, python/sipArcuspart1.cpp, 
python/sipArcuspart2.cpp, python/sipArcuspart3.cpp, python/sipArcuspart4.cpp, 
python/sipArcuspart5.cpp, python/sipArcuspart6.cpp, python/sipArcuspart7.cpp
/usr/bin/cmake -E echo

/usr/bin/cmake -E touch 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python/sipArcuspart0.cpp
 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python/sipArcuspart1.cpp
 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python/sipArcuspart2.cpp
 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python/sipArcuspart3.cpp
 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python/sipArcuspart4.cpp
 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python/sipArcuspart5.cpp
 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python/sipArcuspart6.cpp
 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python/sipArcuspart7.cpp
/usr/bin/sip -g -j 8 -c 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python 
/home/pere/src/debian/3d-printing/libarcus/python/Socket.sip
make[2]: *** [CMakeFiles/python_module_Arcus.dir/build.make:71: 
python/sipArcuspart0.cpp] Segmentation fault
make[2]: *** Deleting file 'python/sipArcuspart0.cpp'
make[2]: Leaving directory 
'/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu'
make[1]: *** [CMakeFiles/Makefile2:70: CMakeFiles/python_module_Arcus.dir/all] 
Error 2
make[1]: Leaving directory 
'/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu'
make: *** [Makefile:155: all] Error 2
% (cd obj-x86_64-linux-gnu; valgrind /usr/bin/sip -g -j 8 -c 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python 
/home/pere/src/debian/3d-printing/libarcus/python/Socket.sip)  
==19724== Memcheck, a memory error detector
==19724== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==19724== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==19724== Command: /usr/bin/sip -g -j 8 -c 
/home/pere/src/debian/3d-printing/libarcus/obj-x86_64-linux-gnu/python 
/home/pere/src/debian/3d-printing/libarcus/python/Socket.sip
==19724== 
==19724== Invalid read of size 1
==19724==    at 0x1131B6: ??? (in /usr/bin/sip)
==19724==    by 0x1FFF0004DF: ???
==19724==    by 0x1FFF0003EF: ???
==19724==    by 0x1FFF0004F7: ???
==19724==    by 0x3000000017: ???
==19724==    by 0x1FFF0004FF: ???
==19724==    by 0x1FFF00040F: ???
==19724==  Address 0x0 is not stack'd, malloc'd or (recently) free'd
==19724== 
==19724== 
==19724== Process terminating with default action of signal 11 (SIGSEGV)
==19724==  Access not within mapped region at address 0x0
==19724==    at 0x1131B6: ??? (in /usr/bin/sip)
==19724==    by 0x1FFF0004DF: ???
==19724==    by 0x1FFF0003EF: ???
==19724==    by 0x1FFF0004F7: ???
==19724==    by 0x3000000017: ???
==19724==    by 0x1FFF0004FF: ???
==19724==    by 0x1FFF00040F: ???
==19724==  If you believe this happened as a result of a stack
==19724==  overflow in your program's main thread (unlikely but
==19724==  possible), you can try to increase the size of the
==19724==  main thread stack using the --main-stacksize= flag.
==19724==  The main thread stack size used in this run was 8388608.
==19724== 
==19724== HEAP SUMMARY:
==19724==     in use at exit: 141,878 bytes in 576 blocks
==19724==   total heap usage: 988 allocs, 412 frees, 347,107 bytes allocated
==19724== 
==19724== LEAK SUMMARY:
==19724==    definitely lost: 821 bytes in 61 blocks
==19724==    indirectly lost: 650 bytes in 67 blocks
==19724==      possibly lost: 0 bytes in 0 blocks
==19724==    still reachable: 140,407 bytes in 448 blocks
==19724==         suppressed: 0 bytes in 0 blocks
==19724== Rerun with --leak-check=full to see details of leaked memory
==19724== 
==19724== For counts of detected and suppressed errors, rerun with: -v
==19724== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
% 

-- 
Happy hacking
Petter Reinholdtsen

--- End Message ---
--- Begin Message ---
Source: sip4
Source-Version: 4.19.12+dfsg-1

We believe that the bug you reported is fixed in the latest version of
sip4, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 903...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated sip4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 08 Jul 2018 17:03:16 +0300
Source: sip4
Binary: python-sip python-sip-dbg python-sip-dev sip-dev python-sip-doc 
python3-sip python3-sip-dev python3-sip-dbg
Architecture: source
Version: 4.19.12+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Description:
 python-sip - Python/C++ bindings generator runtime library
 python-sip-dbg - Python/C++ bindings generator runtime library (debug 
extension)
 python-sip-dev - Python/C++ bindings generator development files
 python-sip-doc - Python/C++ bindings generator documentation
 python3-sip - Python 3/C++ bindings generator runtime library
 python3-sip-dbg - Python 3/C++ bindings generator runtime library (debug 
extension)
 python3-sip-dev - Python 3/C++ bindings generator development files
 sip-dev    - Python/C++ bindings generator code generator application
Closes: 903263
Changes:
 sip4 (4.19.12+dfsg-1) unstable; urgency=medium
 .
   * Exclude sipgen/lexer.c and sipgen/parser.{c,h} from the tarball.
   * New upstream release.
     - Fixes segfault when -n option is not specified (closes: #903263).
   * Drop header_install.diff, applied upstream.
   * Bump API version to 12.5.
   * Build sipgen only once, not for every Python version.
   * Stop passing -e option to configure.py, the default value is fine.
   * Fix race condition when generating debian/sipconfig_py3.py.
   * Bump Standards-Version to 4.1.5, no changes needed.
Checksums-Sha1:
 08d9c6bc64d154e69ab779a75783218d3ed1a3e6 2690 sip4_4.19.12+dfsg-1.dsc
 d4f9786b6d5a4d6d24a61afc710721d4901b1d43 520385 sip4_4.19.12+dfsg.orig.tar.gz
 351d9379dfdc986566df937791ef2cd5464bd9be 16404 
sip4_4.19.12+dfsg-1.debian.tar.xz
 0414ce9595205ef270fca411d1a1a4decf8c3504 7387 
sip4_4.19.12+dfsg-1_source.buildinfo
Checksums-Sha256:
 ec733358cb7eac3b8b6d8f3069a19ae379cbbf4feda30b47805d8d72f58fbc71 2690 
sip4_4.19.12+dfsg-1.dsc
 2862ebe45ae90b3c1f9b0d3c27850db3819db4ceedeabafb262c13f96f53366e 520385 
sip4_4.19.12+dfsg.orig.tar.gz
 49d762a095dd7893cf1fef6e3f41bb64c667d44b16f9e978657f1186c2862958 16404 
sip4_4.19.12+dfsg-1.debian.tar.xz
 7455d3e74a24dacdcbd8f3ebabc8f9a6df71723a973815ae686cb1b16dab2507 7387 
sip4_4.19.12+dfsg-1_source.buildinfo
Files:
 de22a9ffec57d29bba4c3e47a4aaaef7 2690 devel optional sip4_4.19.12+dfsg-1.dsc
 815cfc3de0c0305441c10071c01a147d 520385 devel optional 
sip4_4.19.12+dfsg.orig.tar.gz
 6fc41f8df61baa440281e67505007d7d 16404 devel optional 
sip4_4.19.12+dfsg-1.debian.tar.xz
 4c65a1a8f78ca99330432d0a98723f26 7387 devel optional 
sip4_4.19.12+dfsg-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEbEPcK+5mZmLK5jNU1v5xA2P4XdMFAltCLqYTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRDW/nEDY/hd0/z5EACT2uEDWIytrc8pgEvo0y/dAPht43ev
Xm0TFmJwD+lFWQ+930V1MyqSBF/SlspycUr/kP5xMqqYQT8rz1Q6WUDUtIk4dEpe
Jwiy/4yEoaP2pKO14W8hWpdAEARPQIDUxAe0bP36jz6TB0p+Fj73boV2CJjN3RS9
MoathGOz9WOoI8a7EC5IYX+zoGrYeke5rWPKRawXS/QNgDQXC8t+d/f7bESuPqt2
SZYxggSq4JoGbLZTH0QUQjvekn6LsY9NeAcvNMpjaiTMC3XQvhSLIcblnB+9tgy7
wD4izN2vPnJBEESXTFIVtbQQhvOd+9rCQhWDgDtnxlQODutpiiMW/hScoq3HSUO8
T4n8kJ5WcQdU7bnPHgKUJKhnk4SgONAN7tl1RvlLd47rYuEEMcX5WvAmkxAEBopU
Pp9U5NFbMhAnICLjeeJgyPkCS4Il/k5vqcqx9xBQbw2OmZhazLsYlV4B705g6ILe
mkk+I5SEVk891U5pyhbWV21BMAvBu+R72X5CXbX1zz4BB8Os+twojKyYSxSvBghZ
gZNIMcTSSGiQPGIoIVeWbe0GbfsWG+R0z9+n3fPM2bywhg3IWs0Vpnzw88+QWaib
gCsEgQxj8hbJ1Ud/6envz6bOaBN8JFA3+JMTZ3d5rGkvAdOwcPT1Thit1OS9gdKe
gwP/0ut1PoWMzw==
=sZ+C
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to