Bug 2192715
Summary: | Execution of /usr/sbin/monitor-get-edid-using-vbe causes core dump and system freeze | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Seth Graham <sether> |
Component: | monitor-edid | Assignee: | Pat Riehecky <riehecky> |
Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel9 | CC: | riehecky |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Seth Graham
2023-05-02 20:47:50 UTC
Hi Seth, can you email me a core dump? Taking the core apart: Core was generated by `/usr/sbin/monitor-get-edid-using-vbe'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f6d9e8b20a8 in x_outw () from /lib64/libx86.so.1 I have no idea how to fix that... Sigh, wrong paste: Core was generated by `/usr/sbin/monitor-get-edid-using-vbe'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007f6d9e8b20a8 in outw (__port=65535, __value=980) at /usr/include/sys/io.h:111 111 __asm__ __volatile__ ("outw %w0,%w1": :"a" (__value), "Nd" (__port)); (gdb) info frame Stack level 0, frame at 0x7ffcdefcd2d0: rip = 0x7f6d9e8b20a8 in outw (/usr/include/sys/io.h:111); saved rip = 0x7f6d9e8bb91d inlined into frame 1 source language c. Arglist at unknown address. Locals at unknown address, Previous frame's sp in rsp (gdb) info args __port = 65535 __value = 980 (gdb) info locals No locals. |