coredump

  1. aragats

    ext4fuse crashes when listing mounted image

    Trying to mount an image file with ext4 filesystem:# mdconfig rootfs.img md0 # ext4fuse -o ro /dev/md0 /mnt/tmp/ # ls -l /mnt/tmp/ ls: bin: Device not configured . . . . <many lines> ls: sys: Device not configured total 88 # dmesg | tail . . . . pid 1943 (ext4fuse), uid 0: exited on signal 6...
  2. antranigv

    Xorg libthr coredump

    Trying to configure and start Xorg on my Lenovo ThinkPad T460p. my pciconf -lv | grep -A 4 vga output. vgapci1@pci0:0:2:0: class=0x030000 card=0x505017aa chip=0x191b8086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device = 'HD Graphics 530' class = display...
  3. Nyantastic

    Prevent core dumps from going to kernel log messages

    How can I prevent core dumps of user programs from going to kernel log messages? At the moment if I am programming and happen to make the common error of segmentation fault, it ends up getting emailed to root like this: kernel log messages: +pid 75441 (ds2-test), uid 1001: exited on signal 11...
  4. Del.Mar

    CS 1.6 server segmentation fault

    Hi, folks! My counter-strike 1.6 server crashed after start. Machine details: s@beast:~ % uname -srm FreeBSD 10.3-RELEASE-p12 amd64 Linux options: s@beast:~ % sysctl -a | grep compat.linux hw.snd.compat_linux_mmap: 0 compat.linux32.maxvmem: 0 compat.linux32.maxssiz: 67108864...
  5. M

    How to read Solaris core dump?

    Hi, I'm using FreeBSD 10-stable on my work laptop. Today I've received java core dump file from Solaris: $ file -b core ELF 32-bit MSB core file SPARC, version 1 (SYSV), SVR4-style, from '/usr/jdk/jdk1.5.0_12/bin/java -cp ... Is there any way to fetch more information from this Solaris core...
Back
Top