sorry I have replied directly instead of bugs@ before this resending
I have done it 3 times slightly differently or with different results
1:
boot -c
disable acpivideo
exit
// which provided same black screen as usual
2.
boot -dc
w db_panic 0
c
disable acpivideo
exit
// which resulted in least informative output I've seen in those
messages so far
3.
//same steps as in 2 attempt
// but this time it triggered some backward 4 digit number sequential
output for some time
then after reboot I did
boot -c
disable radeondrm
exit
//to get back into using machine and it have run, savecore creating 3
files in /var/crash
bsd.0 20977746 in size
bsd.0.core 8029712920 in size
bounds 2 in size
so bsd.0 appears as something that could be easily sent over, but that
core one is a bit large.
How do I proceed ?
On 2/13/21 3:55 PM, Jonathan Gray wrote:
On Sat, Feb 13, 2021 at 03:01:21PM +0200, V S wrote:
If you can see a stack trace on the screen the first few lines of
at func_one+0x...
at func_two+0x...
or a photo would help.
I'm suprised the stack trace shows on the screen with db_panic 0
when you mentioned it previously booted to a black screen.
The output on the screen seems to be different each time, but repeatedly
providing pieces of similar
information and seemingly randomly some text is distorted with those
white
areas which are not
always in perfect shape, but I include this URL below which has a bit
more
consistent piece of
text that fits your described pattern. So previous 3 examples were
done on
yesterdays snapshot,
this one after getting another snapshot upgrade an hour or so ago.
I'm trying to grasp for how could I provide more information consulting
someone on IRC in offtopic
channel as I'm also reading man pages for crash and related. And as
crash(8)
provides an example
of looking for information with pattern "function+04711" or similar,
something like that is always visible
on the screen with your suggested boot options.
Disabling swap.encrypt does not seem to aid in genrating anything at
/car/crash. But to follow with the
example I see that I need to get sources and do stuff that's beyond me
especially while any building
on that machine takes centuries. SO I'll continue reading these man
pages
and try to understand how
exactly to get more information on this out of the system.
I could reinstall back to 6.8 unsure whether that or these snapshots use
would be more useful in solving
this. I'll just keep it on snapshots for now. Also I forgot to
clarify that
connecting external monitor when
screen is blacked out results in just same black screen on that external
monitor, with not responsive
keyboard, ctrl_alt_esc does not do anything and I was also trying to
adjust
ddb.console to 1
that still did not let ctrl_alt_esc to happen from the point which
can be
seen in the picture.
P.S. I havent really used mailing lists before and previously I've
attempted
to send this with an image
attachment, but havent noticed it being delivered for a while now and
someone on #openbsd told me
it might be better to use an upload service, so I'm resending this
with an
URL instead of attachment.
https://0x0.st/-XcC.jpg
The 'KASSERT(sc->sc_ecbusy == 0)' in acpiec_gpehandler() fails.
Can you try disable acpivideo instead of radeondrm?