Bug#916179: roger-router: selecting Preferences makes the program hang
Hello Marc Lehmann, in that situation an strace is probably not that helpful. Maybe you can provide a backtrace while the program is frozen. You might use following in a different terminal: (Basically attaches a debugger every 30 seconds, prints the backtrace and detaches.) while true; do echo $(date); cat /proc/$(pidof roger)/stack; gdb -q -ex bt -ex detach -ex quit --pid $(pidof roger); sleep 30s; done Even better if debug symbols would be installed like described in [1]. At least roger-router-dbgsym, better for the shown shared objects in the backtrace too (if available in stretch). Kind regards, Bernhard [1] https://wiki.debian.org/HowToGetABacktrace
Bug#865460: No login and crash at reconnect
Hello Jörg Frings-Fürst, I am not maintaining roger-router, but just saw this report. Do you still receive this segmentation fault? If yes you might run roger like the following: (That should print the backtrace when the segmentation fault happens.) gdb -q -ex run -ex bt -ex detach -ex quit --args roger Another way would be to install a core dump collector like systemd-coredump. Then a backtrace can be extracted from that stored core dump. coredumpctl list coredumpctl gdb Even better if debug symbols are installed like described in [1]. Kind regards, Bernhard [1] https://wiki.debian.org/HowToGetABacktrace
Bug#909015: abiword: Crashes on startup with GLib-ERROR
Control: reassign 909015 libcogl20 1.22.2-2 Control: affects 909015 abiword Dear Maintainer, this crash seems to be caused by a broken opengl configuration. It could still be seen with buster when e.g. someone has the nvidia-driver-libs-nonglvnd installed without the kernel module loaded. Unfortunately there is no output at stdout that would point the user to that direction. Instead the application just crashes. With attached patch the cogl initialization would at least just fail and clutter could write an error message to stdout. Unable to initialize Clutter: Unable to initialize the Clutter backend: no available drivers found. Kind regards, Bernhard From 338a1c3c8a10c4e28cadf96e0ce76d933ede625d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20=C3=9Cbelacker?= Date: Tue, 11 Dec 2018 18:25:59 +0100 Subject: [PATCH] Fail gracefully when no usable device is found. Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909015 --- cogl/cogl-context.c| 2 +- cogl/driver/gl/gles/cogl-driver-gles.c | 20 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/cogl/cogl-context.c b/cogl/cogl-context.c index a7eed29..9503561 100644 --- a/cogl/cogl-context.c +++ b/cogl/cogl-context.c @@ -679,7 +679,7 @@ _cogl_context_get_gl_extensions (CoglContext *context) #ifdef HAVE_COGL_GL if (context->driver == COGL_DRIVER_GL3) { - int num_extensions, i; + int num_extensions = 0, i; context->glGetIntegerv (GL_NUM_EXTENSIONS, &num_extensions); diff --git a/cogl/driver/gl/gles/cogl-driver-gles.c b/cogl/driver/gl/gles/cogl-driver-gles.c index e94449f..7ef375a 100644 --- a/cogl/driver/gl/gles/cogl-driver-gles.c +++ b/cogl/driver/gl/gles/cogl-driver-gles.c @@ -238,6 +238,23 @@ _cogl_get_gl_version (CoglContext *ctx, minor_out); } +static CoglBool +check_gl_version (CoglContext *ctx, + char **gl_extensions, + CoglError **error) +{ + if (!_cogl_context_get_gl_version (ctx)) +{ + _cogl_set_error (error, + COGL_DRIVER_ERROR, + COGL_DRIVER_ERROR_UNKNOWN_VERSION, + "The GLES version could not be determined"); + return FALSE; +} + + return TRUE; +} + static CoglBool _cogl_driver_update_features (CoglContext *context, CoglError **error) @@ -259,6 +276,9 @@ _cogl_driver_update_features (CoglContext *context, gl_extensions = _cogl_context_get_gl_extensions (context); + if (!check_gl_version (context, gl_extensions, error)) +return FALSE; + if (G_UNLIKELY (COGL_DEBUG_ENABLED (COGL_DEBUG_WINSYS))) { char *all_extensions = g_strjoinv (" ", gl_extensions); -- 2.19.2
Processed: Re: Bug#909015: abiword: Crashes on startup with GLib-ERROR
Processing control commands: > reassign 909015 libcogl20 1.22.2-2 Bug #909015 [abiword] abiword: Crashes on startup with GLib-ERROR Bug reassigned from package 'abiword' to 'libcogl20'. No longer marked as found in versions abiword/3.0.2-2+deb9u2. Ignoring request to alter fixed versions of bug #909015 to the same values previously set Bug #909015 [libcogl20] abiword: Crashes on startup with GLib-ERROR Marked as found in versions cogl/1.22.2-2. > affects 909015 abiword Bug #909015 [libcogl20] abiword: Crashes on startup with GLib-ERROR Added indication that 909015 affects abiword -- 909015: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909015 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#915334: Upstream icon 3.5.1 seems to have this fixed
Étienne Mollier wrote: > On Mon, 10 Dec 2018 19:02:28 +0100 =?UTF-8?Q?=c3=89tienne_Mollier?= > wrote: > > Please disregard this patch, it seems the proper change has been > > brought upstream, in icon version 3.5.1, to take in account the > > necessary change for GlibC 2.28: > > > > http://www2.cs.arizona.edu/icon/current/ > > I'm wrong, it will be part of the next version probably, but not > icon 3.5.1. The patch may help finally. Thanks a lot for testing the patch. I've just made a QA upload to fix this.
Processing of icon_9.4.3-7_source.changes
icon_9.4.3-7_source.changes uploaded successfully to localhost along with the files: icon_9.4.3-7.dsc icon_9.4.3-7.debian.tar.xz icon_9.4.3-7_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Bug#915334: marked as done (icon FTBFS with glibc 2.28)
Your message dated Tue, 11 Dec 2018 21:45:51 + with message-id and subject line Bug#915334: fixed in icon 9.4.3-7 has caused the Debian Bug report #915334, regarding icon FTBFS with glibc 2.28 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.) -- 915334: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915334 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: icon Version: 9.4.3-6 Severity: serious Tags: ftbfs https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/icon.html ... gcc -Wall -g -O2 -fno-strict-aliasing -fno-strict-overflow -fPIC -c fpoll.c fpoll.c: In function 'fpoll': fpoll.c:66:9: error: 'FILE' {aka 'struct _IO_FILE'} has no member named '__bufp' if (f->__bufp < f->__get_limit) ^~ fpoll.c:66:21: error: 'FILE' {aka 'struct _IO_FILE'} has no member named '__get_limit' if (f->__bufp < f->__get_limit) ^~ make[4]: *** [Makefile:15: fpoll.o] Error 1 --- End Message --- --- Begin Message --- Source: icon Source-Version: 9.4.3-7 We believe that the bug you reported is fixed in the latest version of icon, 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 915...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Santiago Vila (supplier of updated icon 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: SHA256 Format: 1.8 Date: Tue, 11 Dec 2018 22:14:40 +0100 Source: icon Binary: icont iconx icon-ipl Architecture: source Version: 9.4.3-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Santiago Vila Description: icon-ipl - Libraries for Icon, a high-level programming language icont - Interpreter for Icon, a high-level programming language iconx - Executor for Icon, a high-level programming language Closes: 915334 Changes: icon (9.4.3-7) unstable; urgency=medium . * QA upload. * Fix FTBFS with glibc 2.28. Closes: #915334. Checksums-Sha1: 0dfd05d304a6fd57667d6adea85d6fe76943e2fe 1392 icon_9.4.3-7.dsc e0b9d4e0ed7db6769d210d866882eab4f6036c09 8696 icon_9.4.3-7.debian.tar.xz 45710f49cdead4c8d0136c419fc7e736034d45b3 4293 icon_9.4.3-7_source.buildinfo Checksums-Sha256: f5507a33c1f78188efe72deb38a27aa59042cdc6f294ddab8251d675ae4f12db 1392 icon_9.4.3-7.dsc 61bbf281dbf4fa1b358f91da0b68b35ccfdbacabdc95c3ce0911c109eca301ed 8696 icon_9.4.3-7.debian.tar.xz 29a26a35110c8b945ec380c869bccee37569c1d36232eaddeb2710c2292f391d 4293 icon_9.4.3-7_source.buildinfo Files: 6c96d94392d311004df8812667763c25 1392 devel optional icon_9.4.3-7.dsc 5b36202b12bf9d39444c19397359c5a5 8696 devel optional icon_9.4.3-7.debian.tar.xz 6c2de8345e8ae63d1b83b5e7ff5041dc 4293 devel optional icon_9.4.3-7_source.buildinfo -BEGIN PGP SIGNATURE- iQEzBAEBCAAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAlwQKRwACgkQQc5/C58b izLwmAf9F27+XADbOvC7wTLQUkchVE165OYTuxCqXqs5+sqTviHhbsHtfxFIXvcS eEMgFxbk8GkhKnsTXPhFheE31DWQYIz0UmVlNUSf2Vf3H8VUFjUTk7pLvMpAq0Wc v9k6V/U6axLYJYBv+flcjfJpwWjwBoEZL1HBXHLN/d4qYXRFk3NrDkyU1c7FvZ3Y nG1/um8G5UwEGAFMKsSjQVhQ+LfeqA1tk26yrnYUEjjJG4gy2qU2G9qPT8jvhF35 qP5a5KXcoMXFkFY31/JHvRRdsTfAr3iQZHy6t+8wRJWy1flbhZjeSjh/UiLX2IBD /qahn7M7AH//BhL9VCHaKCRO9rQ58A== =qIMj -END PGP SIGNATURE End Message ---
icon_9.4.3-7_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 11 Dec 2018 22:14:40 +0100 Source: icon Binary: icont iconx icon-ipl Architecture: source Version: 9.4.3-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Santiago Vila Description: icon-ipl - Libraries for Icon, a high-level programming language icont - Interpreter for Icon, a high-level programming language iconx - Executor for Icon, a high-level programming language Closes: 915334 Changes: icon (9.4.3-7) unstable; urgency=medium . * QA upload. * Fix FTBFS with glibc 2.28. Closes: #915334. Checksums-Sha1: 0dfd05d304a6fd57667d6adea85d6fe76943e2fe 1392 icon_9.4.3-7.dsc e0b9d4e0ed7db6769d210d866882eab4f6036c09 8696 icon_9.4.3-7.debian.tar.xz 45710f49cdead4c8d0136c419fc7e736034d45b3 4293 icon_9.4.3-7_source.buildinfo Checksums-Sha256: f5507a33c1f78188efe72deb38a27aa59042cdc6f294ddab8251d675ae4f12db 1392 icon_9.4.3-7.dsc 61bbf281dbf4fa1b358f91da0b68b35ccfdbacabdc95c3ce0911c109eca301ed 8696 icon_9.4.3-7.debian.tar.xz 29a26a35110c8b945ec380c869bccee37569c1d36232eaddeb2710c2292f391d 4293 icon_9.4.3-7_source.buildinfo Files: 6c96d94392d311004df8812667763c25 1392 devel optional icon_9.4.3-7.dsc 5b36202b12bf9d39444c19397359c5a5 8696 devel optional icon_9.4.3-7.debian.tar.xz 6c2de8345e8ae63d1b83b5e7ff5041dc 4293 devel optional icon_9.4.3-7_source.buildinfo -BEGIN PGP SIGNATURE- iQEzBAEBCAAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAlwQKRwACgkQQc5/C58b izLwmAf9F27+XADbOvC7wTLQUkchVE165OYTuxCqXqs5+sqTviHhbsHtfxFIXvcS eEMgFxbk8GkhKnsTXPhFheE31DWQYIz0UmVlNUSf2Vf3H8VUFjUTk7pLvMpAq0Wc v9k6V/U6axLYJYBv+flcjfJpwWjwBoEZL1HBXHLN/d4qYXRFk3NrDkyU1c7FvZ3Y nG1/um8G5UwEGAFMKsSjQVhQ+LfeqA1tk26yrnYUEjjJG4gy2qU2G9qPT8jvhF35 qP5a5KXcoMXFkFY31/JHvRRdsTfAr3iQZHy6t+8wRJWy1flbhZjeSjh/UiLX2IBD /qahn7M7AH//BhL9VCHaKCRO9rQ58A== =qIMj -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of opendkim_2.11.0~alpha-12_amd64.changes
opendkim_2.11.0~alpha-12_amd64.changes uploaded successfully to localhost along with the files: opendkim_2.11.0~alpha-12.dsc opendkim_2.11.0~alpha-12.debian.tar.xz libopendkim-dev_2.11.0~alpha-12_amd64.deb libopendkim11-dbgsym_2.11.0~alpha-12_amd64.deb libopendkim11_2.11.0~alpha-12_amd64.deb librbl-dev_2.11.0~alpha-12_amd64.deb librbl1-dbgsym_2.11.0~alpha-12_amd64.deb librbl1_2.11.0~alpha-12_amd64.deb libvbr-dev_2.11.0~alpha-12_amd64.deb libvbr2-dbgsym_2.11.0~alpha-12_amd64.deb libvbr2_2.11.0~alpha-12_amd64.deb opendkim-dbgsym_2.11.0~alpha-12_amd64.deb opendkim-tools-dbgsym_2.11.0~alpha-12_amd64.deb opendkim-tools_2.11.0~alpha-12_amd64.deb opendkim_2.11.0~alpha-12_amd64.buildinfo opendkim_2.11.0~alpha-12_amd64.deb Greetings, Your Debian queue daemon (running on host usper.debian.org)
opendkim_2.11.0~alpha-12_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 11 Dec 2018 19:49:47 -0500 Source: opendkim Binary: opendkim opendkim-tools libopendkim11 libopendkim-dev libvbr2 libvbr-dev librbl1 librbl-dev Architecture: source amd64 Version: 2.11.0~alpha-12 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Scott Kitterman Description: libopendkim-dev - Headers and development libraries for the OpenDKIM library libopendkim11 - Library for signing and verifying DomainKeys Identified Mail sign librbl-dev - Headers/development libraries for the OpenDKIM RBL library librbl1- Library to support a DKIM based RBL system libvbr-dev - Headers and development libraries for the OpenDKIM VBR library libvbr2- Library for RFC 5518 Vouch By Reference (VBR) opendkim - Milter implementation of DomainKeys Identified Mail opendkim-tools - Set of command line tools for OpenDKIM Changes: opendkim (2.11.0~alpha-12) unstable; urgency=medium . * Orphan the package, see #900774, set maintainer to Debian QA Group * Drop Mark Markley from uploaders, not active Debian in years * Partial update of debian/watch to point to the new upstream repository Checksums-Sha1: 49ad15ef3fbc9f8914f9e77fedb94ad7400f5366 2358 opendkim_2.11.0~alpha-12.dsc 2693c9326566dced40b4d1813142b087de090b18 25956 opendkim_2.11.0~alpha-12.debian.tar.xz 7ad17506f0b51d486b6cf4dc91e463c6bf3e6c7d 160044 libopendkim-dev_2.11.0~alpha-12_amd64.deb f07db46fdcfcf6b4cfd906091f396969718cb0ed 266420 libopendkim11-dbgsym_2.11.0~alpha-12_amd64.deb 32f4818b4753eacc4a6bbc4ff0f4fe3c97f7 91276 libopendkim11_2.11.0~alpha-12_amd64.deb a8d153dd8e34aa56922847fa4764144422b451de 51420 librbl-dev_2.11.0~alpha-12_amd64.deb 174d5e578f381df3338b58a2f81316f4adec0cd2 14612 librbl1-dbgsym_2.11.0~alpha-12_amd64.deb 433e18ba777161cc39e31f977aae0e6d7e393391 46372 librbl1_2.11.0~alpha-12_amd64.deb eccf8884eda6ba94b183414ac2fce4cf4507c29c 53392 libvbr-dev_2.11.0~alpha-12_amd64.deb 72d00984b507da07224dafec9c69447f4fda49a3 17628 libvbr2-dbgsym_2.11.0~alpha-12_amd64.deb 3946c6fcfdb42229402868f5e7be3fb278c4acf6 48436 libvbr2_2.11.0~alpha-12_amd64.deb e99ae84c384d089282e749704a9aec3fcc6c4410 276456 opendkim-dbgsym_2.11.0~alpha-12_amd64.deb 2b2fd4485e6495e4ba8fdaaab7a27f7b762e7024 404628 opendkim-tools-dbgsym_2.11.0~alpha-12_amd64.deb 35ffda0cf556ceb809d75dbb53260522d80f35b6 136456 opendkim-tools_2.11.0~alpha-12_amd64.deb 05111273067e7379b5720e0bfc1ff82325c4ddee 9308 opendkim_2.11.0~alpha-12_amd64.buildinfo b141ecbd6c2327c96005d4c8c5a0b3e70ed6ed5e 193100 opendkim_2.11.0~alpha-12_amd64.deb Checksums-Sha256: 9786f78c92e1aa28feebeb0f7492de3c76ded87e661491122c58f26a765b09ed 2358 opendkim_2.11.0~alpha-12.dsc 25b873a97cb1a289fdba1874c14d9167220265a68cea2d09de374a3124ad9e13 25956 opendkim_2.11.0~alpha-12.debian.tar.xz 307f2a1800b92bfbf948c023fb9752f80f0b11a307db777bfbbb2b8b99c3985e 160044 libopendkim-dev_2.11.0~alpha-12_amd64.deb ced2080757682f11c006653f44b6c46169c0a8bf2c4b70235049607c007ca09d 266420 libopendkim11-dbgsym_2.11.0~alpha-12_amd64.deb 250e698c073c87977f15a49ca958bc577573635a7b72a4340dafded1e2148c8e 91276 libopendkim11_2.11.0~alpha-12_amd64.deb 3a40a0298e61913997b07b14a796e8a5af83bb99a571bae96706f0df12ef711e 51420 librbl-dev_2.11.0~alpha-12_amd64.deb 9fc9eee17dd9f7c92391124816ca2061979d964390eb64a6a08d283c46fc29dc 14612 librbl1-dbgsym_2.11.0~alpha-12_amd64.deb a76ec15b26807694eb1a0991a5c6cbe2c6f3e3049f5919ddca915c29f24597f8 46372 librbl1_2.11.0~alpha-12_amd64.deb 2bee078c977510aed624c25359c1d3966393f2c0134f163d6f9da87ba9da434c 53392 libvbr-dev_2.11.0~alpha-12_amd64.deb d66ab3d09a3a64115068f48aaaeddafb91a3023e4db8f4ea2680f22a9c13296a 17628 libvbr2-dbgsym_2.11.0~alpha-12_amd64.deb 5563f9a6304ccb2caff9a5fddec79960025b7a047c2a0a06cc9f2d855532cda1 48436 libvbr2_2.11.0~alpha-12_amd64.deb 12d5baff087ae9659d6dd56db781e028c490881e1e9f37f6117cdf80d44d784d 276456 opendkim-dbgsym_2.11.0~alpha-12_amd64.deb a7308c493dbc5b298e7df08fe05f5c0a43f994689ff23bf8a0fb677b9c8c307d 404628 opendkim-tools-dbgsym_2.11.0~alpha-12_amd64.deb 1cc6e03f76c0ae805504a3645844b327d86fda22bbd93f8dda852d5906b2ee9d 136456 opendkim-tools_2.11.0~alpha-12_amd64.deb 7fe6764c4ad715cf2b08a5b769a38cdf08d1c20d9153f5e154cb841167d93315 9308 opendkim_2.11.0~alpha-12_amd64.buildinfo 9b4e9f5488ee76b38411789386ccea6f401b0698fea5501cea8e1b421c091548 193100 opendkim_2.11.0~alpha-12_amd64.deb Files: ec795dcc6d78c28b01749acf2932e088 2358 mail extra opendkim_2.11.0~alpha-12.dsc 5e9ac47f8a1d647df50d50d71ca6 25956 mail extra opendkim_2.11.0~alpha-12.debian.tar.xz 09c1f20ebe0ffa98fe21ad278bcbce33 160044 libdevel extra libopendkim-dev_2.11.0~alpha-12_amd64.deb c363272af52f01034118604fa151a369 266420 debug optional libopendkim11-dbgsym_2.11.0~alpha-12_amd64.deb 7e4e6eb6e0828c39a08120c32cc20467 91276 libs extra libopendkim11_2.11.0~alpha-12_amd64.deb f9a5ec7d63906e7be28a72f20009c305 51420 libdevel extra
ripole is marked for autoremoval from testing
ripole 0.2.0+20081101.0215-4 is marked for autoremoval from testing on 2019-01-02 It is affected by these RC bugs: 915535: ripole: ripole Recognized no files as OLE2 format