Opened 3 years ago
Closed 3 years ago
#16990 closed bug (fixed)
App_server crash with intel_extreme driver
Reported by: | khallebal | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Attachments (2)
Change History (13)
by , 3 years ago
Attachment: | app_server-371-debug-06-06-2021-18-17-22.report added |
---|
comment:2 by , 3 years ago
Yes, i figured it had nothing to do with your driver, as i said i get the same output with the system driver,so i guess some of the app_server experts could shed some light on it.
comment:3 by , 3 years ago
i guess some of the app_server experts could shed some light on it.
app_server experts are here.
It looks like pointer to framebuffer memory is NULL. Something is wrong with accelerant and/or graphics kernel driver.
add (%rcx,%r10,8), %r8 <--
rcx: 0x0000000000000000
r10: 0x0000000000000000
comment:6 by , 3 years ago
Replying to X512:
Can you get and upload syslog?
Unfortunately no syslog was written to disk?!, i'll try again and see if can get a syslog this time, what else can i do to help?
by , 3 years ago
comment:7 by , 3 years ago
This log is when booted with vesa driver i don't know if it has useful info, there is no log of the crash on the disk.
comment:8 by , 3 years ago
Could you see if after the crash and reboot there's a previous syslog maybe? If so, upload it as well..
comment:10 by , 3 years ago
After updating to hrev55668 the driver works now, thank you for the fixes rudolfc, ticket can be closed.
comment:11 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the update khallebal! Closing ticket.
Hi, Hmm. My expectation is that some other problem is happening here. Would assigning memory for the display maybe fail? Looks like the crash happens upon the first access to it by the app_server.
In this hrev you mention I only changed something with the pixelPLL which has nothing to do with assigned memory. I expect I cannot be of help here..