[haiku-bugs] [Haiku] #11049: BPathMonitor seems to cause IO issues

  • From: "jessicah" <trac@xxxxxxxxxxxx>
  • Date: Sat, 19 Jul 2014 03:26:55 -0000

#11049: BPathMonitor seems to cause IO issues
-----------------------+------------------------------
 Reporter:  jessicah   |        Owner:  nobody
     Type:  bug        |       Status:  new
 Priority:  normal     |    Milestone:  R1
Component:  - General  |      Version:  R1/Development
 Keywords:             |   Blocked By:
 Blocking:             |  Has a Patch:  0
 Platform:  All        |
-----------------------+------------------------------
 I have a BFS formatted partition without query support on a USB stick, and
 cloned haikuporter & haikuports onto this partition. And running
 haikuporter --no-dependencies vlc, it starts scanning all the ports like
 it does the first time you run it, which is taking a staggeringly long
 time, where it seems to halt for many seconds at a time.

 In ProcessController, the only other process/thread I can spot using
 significant CPU is `input_server/PathMonitor looper`, which comes from
 [http://cgit.haiku-
 os.org/haiku/tree/src/kits/storage/PathMonitor.cpp#n2128
 BPathMonitor::_Init].

 All other cores idle while a single core uses 100% in this looper (it in
 fact appears to use 100% all the time). I've tried dropping to KDL to try
 get some running information, but my keyboard doesn't work.

 This is on hrev47514.

--
Ticket URL: <https://dev.haiku-os.org/ticket/11049>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] [Haiku] #11049: BPathMonitor seems to cause IO issues - jessicah