On Wed, 17 Sep 2003, Andrew Thompson wrote: > Nate Lawson wrote: > > On Wed, 17 Sep 2003, Andrew Thompson wrote: > > > >>111 sc_cur_scr = sc->cur_scp->index; > > > > For a temporary workaround, try changing line 111 to: > > if (sc->cur_scp == NULL) > > return (0); > > > > This may not help things though. > > It has helped and the laptop is able to suspend with the serial cable > attached (further than before). It now panics on the first resume with > the following (gdb output at bottom). > > I think the serial cable is masking the problem as without it I can > suspend/resume once and it only panics on the second resume. I guess I > need the serail working to see that panic anyway. You should do a quick grep through sys/dev/syscons for "= sc->cur_scp->index" and replace them all with the above NULL check. I'm interested if this will fix things. -NateReceived on Fri Sep 19 2003 - 13:26:34 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:23 UTC