**** BEGIN LOGGING AT Wed Sep 18 02:59:58 2019 Sep 18 08:32:04 Hello again! Sep 18 08:32:51 I ended up installing Raspbian and I'm running Ubuntu in a chroot Sep 18 08:35:23 I'm trying to debug a program I have written in C++ (Qt Creator) but my software crashes with a segmentation fault when debugging but not when I'm not debugging Sep 18 13:56:22 zzarr: i think you're more likely to get help with this on a C++ related channel. Sep 18 14:00:42 thanks tomreyn, I have solved the issue Sep 18 14:01:09 It was because of the chroot Sep 18 14:02:50 i was wondering whether a non mathcing kernel would contribute to this, but know too little about C++ to tell for sure. Sep 18 20:43:54 how do I fix broken ca-certificates package in xenial? Sep 18 20:44:07 tried: apt -f install and dpkg --purge, didn't work Sep 18 21:16:08 xqdzn: broken how? Sep 18 21:19:23 whenever i install something with "apt instal $package-name, it's always installing ca-certificates by the end of the process Sep 18 21:19:33 and always ended up fail Sep 18 21:20:00 Updating certificates in /etc/ssl/certs...Segmentation faultdpkg: error processing package ca-certificates (--configure): Sep 18 21:20:16 subprocess installed post-installation script returned error exit status 139 Sep 18 21:26:56 seems like it's just the post install script that generate the error Sep 18 21:59:40 xqdzn: hmm segmentation fault during installing a package is rather serious, this shouldn't happen. Sep 18 22:00:02 post this and highlight "tomreyn" if you like to: sudo /bin/true && cat &>/tmp/aptlog < <(sudo apt-get -qqy update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 tomreyn https://termbin.com/ozs6 Sep 18 22:05:24 uname: Linux tsm-iot-00 5.3.0-rc8 #1 SMP Sun Sep 8 18:27:25 -03 2019 armv7l armv7l armv7l GNU/Linux Sep 18 22:12:57 I think it's my sdcard. I got seg fault just by renaming a directory. Sep 18 22:25:11 or maybe because some tmpfs? Sep 18 22:25:18 i tried to fsck, nothing wrong Sep 18 22:30:09 xqdzn: sorry, got distracted there Sep 18 22:31:21 segfaults due to mv sounds bad. can you show journalctl -b | nc termbin.com 9999 Sep 18 22:31:41 wait this is not an ubuntu kernel Sep 18 22:31:58 do you get the segfaults with an ubuntu kernel? Sep 18 22:33:11 nope. Sep 18 22:33:34 https://github.com/avafinger/bananapi-zero-ubuntu-base-minimal i used this kernel and rootfs Sep 18 22:35:19 been trying to enable emmc, i2c, gpio, dvfs, etc in archlinux past weeks. GPIO is the only thing that didn't work. Sep 18 22:35:38 *trying to make it work in archlinux (wrong channel, i know) Sep 18 22:36:16 so I tried image from another maintainer / distro just to make sure what's work and what's not. Sep 18 22:41:54 hmm, i assume the fact that this is using a different kernel image may mean that ubuntu's arm kernels just don't work on this device. Sep 18 22:42:23 i'm afraid that's above my pay grade then. Sep 18 22:43:22 Aight, thank you so much! really appreciate your help tomreyn Sep 18 22:43:52 (also my irc client is telling me that you sent me personal messages, but i drop those except from users i whitelist, and i prefer discussing on the channel) Sep 18 22:44:27 well i'm not really helping. but wish you good luck. **** ENDING LOGGING AT Thu Sep 19 03:01:42 2019