Bug#882934: pcb: Segfault on window operations

2017-11-27 Thread Joe Rowan
Package: pcb
Version: 1:4.0.2-4
Severity: grave
Justification: renders package unusable

Used PCB for the first time since early June, so I don't know when this problem 
began. Most movement or closing of program windows causes a segfault.
Here are the last few, in case there is anything useful in the numbers;

Nov 27 18:19:51 jresid kernel: [ 8849.901223] pcb[17889]: segfault at 12c ip 
7fec3e52b333 sp 7ffebc690060 error 4
Nov 27 18:20:32 jresid kernel: [ 8890.836129] pcb[17897]: segfault at 1f08 ip 
7f783385c333 sp 7ffca6825ea0 error 4
Nov 27 18:56:53 jresid kernel: [11072.665606] pcb[23727]: segfault at 298 ip 
7f38767b6333 sp 7ffcd2d92100 error 4
Nov 27 18:58:49 jresid kernel: [11188.635560] pcb[23738]: segfault at 110 ip 
7f5fa0d3c333 sp 7da2f3c0 error 4
Nov 27 19:01:59 jresid kernel: [11377.840046] pcb[23783]: segfault at 6a4 ip 
7f5d78eaf333 sp 7fffd2435560 error 4
Nov 27 19:28:10 jresid kernel: [   66.940661] pcb[1426]: segfault at 164 ip 
7f90fb674333 sp 7ffdfadf0ea0 error 4
Nov 27 19:39:14 jresid kernel: [  376.254327] pcb[4231]: segfault at 340 ip 
7fa198d60333 sp 7ffd2488b2c0 error 4

I tried completely reinstalling, no change.

I tried removing pcb-gtk and installing pcb-lesstif. The program is now stable, 
but I've used the GTK version for years, and I don't think I can get used to 
the Lesstif version.
This appears to be a GTK problem of some kind, but nobody else seems to have 
it. 
What can I try to provide further information?

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pcb depends on:
ii  pcb-common  1:4.0.2-4
ii  pcb-gtk 1:4.0.2-4

pcb recommends no packages.

pcb suggests no packages.

-- no debconf information



Bug#741652: grub-pc-bin: No boot, cannot find root partition

2014-03-14 Thread Joe Rowan
Source: grub-pc-bin
Version: 2.02~beta2-7
Severity: critical
Justification: breaks the whole system

Dear Maintainer,


   * What led up to the situation?
Upgrade from 2.00-22 to 2.02~beta2-7

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Found reference to bug 741464, not exactly the same but worth trying, nothing 
else found on Net
Boot with installation disc, mount LVM partitions, chroot, downgrade to 2.00-22 
using dpkg, update-grub

   * What was the outcome of this action?
Booted OK, then downgraded related 2.02~beta2-7 packages


Additional information: during boot, was dropped to an initramfs shell when 
root partition not found. Only two partitions found, the reiserfs sda1 /boot 
and the swap partition in LVM, problem seemed to be failure of reiserfs in LVM.
Tried with rootdelay=30 seconds, no different




-- Package-specific info:

*** BEGIN /proc/mounts
/dev/mapper/first-root / reiserfs rw,relatime 0 0
/dev/mapper/first-backup /backup reiserfs rw,relatime 0 0
/dev/sda1 /boot reiserfs rw,relatime,notail 0 0
/dev/mapper/first-home /home reiserfs rw,relatime 0 0
/dev/mapper/first-tmp /tmp reiserfs rw,relatime 0 0
/dev/mapper/first-usr /usr reiserfs rw,relatime 0 0
/dev/mapper/first-var /var reiserfs rw,relatime 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-Hitachi_HDT721032SLA360_STF204ML0XDJMP
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default=0

if [ x${feature_menuentry_id} = xy ]; then
  menuentry_id_option=--id
else
  menuentry_id_option=
fi

export menuentry_id_option

if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod lvm
insmod reiserfs
set root='lvm/first-usr'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/first-usr'  
fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
else
  search --no-floppy --fs-uuid --set=root fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
fi
font=/share/grub/unicode.pf2
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_GB
  insmod gettext
fi
terminal_output gfxterm
if [ ${recordfail} = 1 ] ; then
  set timeout=-1
else
  set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod lvm
insmod reiserfs
set root='lvm/first-usr'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/first-usr'  
fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
else
  search --no-floppy --fs-uuid --set=root fcd5801a-eb3e-4eeb-b44c-fd00eb5cbab3
fi
insmod png
if background_image /share/images/desktop-base/joy-grub.png; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload=${1}
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu 
--class os $menuentry_id_option 
'gnulinux-simple-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
load_video
insmod gzio
insmod part_msdos
insmod reiserfs
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1'  
d73f3638-d220-48ef-8ac9-915a1cf20aab
else
  search --no-floppy --fs-uuid --set=root 
d73f3638-d220-48ef-8ac9-915a1cf20aab
fi
echo'Loading Linux 3.13-1-amd64 ...'
linux   /vmlinuz-3.13-1-amd64 root=/dev/mapper/first-root ro 
rootdelay=10 
echo'Loading initial ramdisk ...'
initrd  /initrd.img-3.13-1-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 
'gnulinux-advanced-9bc3e03d-ce1a-403a-871b-fb7aa701b816' {
menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64' --class debian 
--class