Re: Centrino Laptop (Acer 800Cli) and 5.1

From: Duncan Barclay (dmlb_at_dmlb.org)
Date: 05/19/03

  • Next message: Shawn Debnath: "miibus_if.h missing?"
    To: "M. Warner Losh" <imp@bsdimp.com>
    Date: Mon, 19 May 2003 17:07:10 +0100
    
    

    From: "M. Warner Losh" <imp@bsdimp.com>

    > In message: <001401c31de1$424dd4f0$a7ac77c1@DJK1Comp>
    > "Duncan Barclay" <dmlb@dmlb.org> writes:
    > : The machine is busy waiting somewhere (evidenced by the fan coming on).
    Is
    > : there some flag I can turn on to tell me what locks are being taken
    > : released - it may be something in another sub-system.
    >
    > Could be a thread stuck in a loop?

    I think so - but I don't know how to tell. I'm not used to hacking
    the -current...
    Hopefully a serial port dongle will arrive tomorrow and I will be able to
    get some more
    useful output. At present, I can't even get it to save a crash dump from the
    kernel debugger.

    > Warner

    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Shawn Debnath: "miibus_if.h missing?"

    Relevant Pages

    • Re: Any raw data specs for the Apple IIgs BRAM?
      ... original set of example data with the original assembly code and with ... the AppleScript, and they don't match. ... ' current value of the carry flag and then change the carry flag ... ' end of the loop ...
      (comp.sys.apple2.programmer)
    • Re: semi-timely interrupt
      ... check the flag on every RTS, LOOP, BREAK instruction. ... want to insinuate an interrupt flag check into RTS, LOOP, and BREAK ...
      (comp.programming.threads)
    • Re: Signal-Unsafe Problem
      ... About the sig_atomic_t flag issue, the problems for my program are that ... My program is also busy running other code. ... There's no need to run a busy loop for the flag alone. ... You can either process incoming data right away, ...
      (comp.os.linux.development.apps)
    • Re: Terminating a running Loop in GUI!
      ... I am having a problem in GUI. ... handles.Userdata.abort = false; % set the flag ... getting the handles structure in the loop might not be ...
      (comp.soft-sys.matlab)
    • Re: Thread causes 99% CPU Usage
      ... the magic word in threading is CreateEvent(), CreateMutex, ... do it on your own yes, but use Sleepeach loop. ... make that flag global or accessible from other threads so that when you have ... use WaitForSingleObject() to wait for that thread to get out... ...
      (microsoft.public.vc.language)