Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673288 - media-video/cheese segmentation fault in ? at ?
Summary: media-video/cheese segmentation fault in ? at ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-16 21:14 UTC by Fred Krogh
Modified: 2018-12-18 00:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Results from emerge --info (emerge--info,7.08 KB, text/plain)
2018-12-16 21:14 UTC, Fred Krogh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fred Krogh 2018-12-16 21:14:35 UTC
Created attachment 557924 [details]
Results from emerge --info

Running strace cheese ends with

writev(8, [{iov_base="\232\16\2\0\0\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=8, events=POLLIN}], 1, -1)    = 1 ([{fd=8, revents=POLLIN}])
recvmsg(8, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\250\242\0\20\234\0\0@p\2\0\0\0\0\0\340/\365r@V\0\0\304/\365r@V\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(8, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 155744, 0, NULL, NULL) = 155744
openat(AT_FDCWD, "/proc/modules", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(9, "xt_recent 20480 1 - Live 0x00000"..., 1024) = 1024
read(9, "00000\nnf_nat_pptp 16384 0 - Live"..., 1024) = 1024
read(9, "0 1 bluetooth, Live 0x0000000000"..., 1024) = 772
close(9)                                = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(9, "Mobile: 4294967295\nResmanDebugLe"..., 1024) = 626
close(9)                                = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0660, st_rdev=makedev(195, 255), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 9
fcntl(9, F_SETFD, FD_CLOEXEC)           = 0
ioctl(9, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd2, 0x48), 0x7ffccf633c20) = -1 EINVAL (Invalid argument)
close(9)                                = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-12-16 22:15:19 UTC
Catching system calls with strace isn't very useful. You should run it in gdb instead.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2018-12-16 22:17:17 UTC
It looks like the problem is in a library, possibly one that is from nvidia-drivers or related to it.
Comment 3 Fred Krogh 2018-12-18 00:03:42 UTC
Is is now working with kernel 4.19.9, and nvidia-drivers-415.23.  Sorry for the noise.