Version:    OWFS 2.8p12
Linux:    armv5tejl GNU/Linux (debian on arm9)
Using:    owcapi
Loading:     /usr/bin/owserver --device=/dev/ttyUSB0 -p 4304 
--error_level=9 --foreground
                     /usr/bin/owfs --allow_other 
--mountpoint=/mnt/1-wire/ -s localhost:4304 -error_level=9 --foreground

I have an issue where owfs shows all devices in the root of the mount 
point, and then they dissapear...

My test network has the following physical structure:

     3A.F59800000000
      1F.5A1D02000000
         main
             28.AD4900020000
             28.53E77A010000
             28.CFB8C0000000
              1F.072402000000
                 main
                     28.6830C8000000
                     29.DAF800000000
                 aux
                     23.18173E000000

OWFS shows up like this:

     DS9097U - /
      DS2413 - /3A.F59800000000
      DS2409 - /1F.5A1D02000000
     DS18B20 - /1F.5A1D02000000/main/28.AD4900020000
     DS18B20 - /1F.5A1D02000000/main/28.53E77A010000
     DS18B20 - /1F.5A1D02000000/main/28.CFB8C0000000
      DS2409 - /1F.5A1D02000000/main/1F.072402000000
     DS18B20 - /1F.5A1D02000000/main/1F.072402000000/main/28.6830C8000000
      DS2408 - /1F.5A1D02000000/main/1F.072402000000/main/29.DAF800000000
      DS2433 - /1F.5A1D02000000/main/1F.072402000000/aux/23.18173E000000

I thought this was "normal", and therefore built some routines which 
scan the tree and create a map of device locations.

Then I accidentally discovered in testing that, sometimes, ALL of the 
devices show in /mnt/1-wire.
     /mnt/1-wire/3A.F59800000000
     /mnt/1-wire/1F.5A1D02000000
     /mnt/1-wire/1F.5A1D02000000
     /mnt/1-wire/28.AD4900020000
     /mnt/1-wire/28.53E77A010000
     /mnt/1-wire/28.CFB8C0000000
     /mnt/1-wire/1F.072402000000
     /mnt/1-wire/28.6830C8000000
     /mnt/1-wire/29.DAF800000000
     /mnt/1-wire/23.18173E000000
     /mnt/1-wire/bus.0
     /mnt/1-wire/settings
     /mnt/1-wire/statistics
     /mnt/1-wire/structure
     /mnt/1-wire/system
     /mnt/1-wire/uncached

Then after a short time they go away, leaving ONLY

     /mnt/1-wire/3A.F59800000000
     /mnt/1-wire/1F.5A1D02000000
     /mnt/1-wire/bus.0
     /mnt/1-wire/settings
     /mnt/1-wire/statistics
     /mnt/1-wire/structure
     /mnt/1-wire/system
     /mnt/1-wire/uncached


This seems odd.

So in debug mode I did more testing.

Note that in the test runs below initially all devices are shown.  Then 
after the third ls, all the devices are gone.  owserver crashes.

Maybe I am not loading things properly?  Or something else?

Debug below (ls of root mount point at commandline):

     whatever# ls /mnt/1-wire/
     1F.072402000000  28.53E77A010000  28.CFB8C0000000  alarm  
settings      statistics  system
     1F.5A1D02000000  28.AD4900020000  3A.F59800000000  bus.0  
simultaneous  structure   uncached
     whatever# ls /mnt/1-wire/
     1F.072402000000  28.53E77A010000  28.CFB8C0000000  alarm  
settings      statistics  system
     1F.5A1D02000000  28.AD4900020000  3A.F59800000000  bus.0  
simultaneous  structure   uncached
     whatever# ls /mnt/1-wire/
     1F.072402000000  28.53E77A010000  28.CFB8C0000000  alarm  
settings      statistics  system
     1F.5A1D02000000  28.AD4900020000  3A.F59800000000  bus.0  
simultaneous  structure   uncached
     whatever# ls /mnt/1-wire/
     bus.0  settings  statistics  structure  system  uncached
     whatever#

Debug of owserver (repetitive log entries removed; note it eventually 
crashes with error 141):

     whatever#/usr/bin/owserver --device=/dev/ttyUSB0 -p 4304 
--error_level=9 --foreground
       DEBUG: ow_daemon.c:EnterBackground(166) main thread id = 1074327552
     CONNECT: ow_avahi_link.c:OW_Load_avahi_library(72) No Avahi 
support. Library libavahi-client couldn't be loaded
     CONNECT: ow_dnssd.c:OW_Load_dnssd_library(136) Zeroconf/Bonjour is 
disabled since dnssd library isn't found
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[]
       DEBUG: owlib.c:SetupTemperatureLimits(79) Globals temp limits 0C 
100C (for simulated adapters)
       DEBUG: ow_ds9097U.c:DS2480_initialize_repeatedly(267) Attempt #0 
to initialize the DS9097U
       DEBUG: ow_ds9097U.c:DS2480_big_reset_serial(356) Send the initial 
reset to the bus master.
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 
10.000000 seconds
     CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT after 0 bytes
       DEBUG: handler.c:Handler(137) OWSERVER handler done
       DEBUG: ow_net_server.c:ProcessAcceptSocket(236) Normal exit.


       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 
10.000000 seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 0 = 24
       DEBUG: from_client.c:FromClient(67) FromClient payload=2 size=0 
type=4 sg=0x104 offset=0
       DEBUG: from_client.c:FromClient(75) FromClient (no servermessage) 
payload=2 size=0 type=4 controlflags=0x104 offset=0
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 2 bytes Time: 10.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 2 - 0 = 2
       DEBUG: handler.c:Handler(75) Persistence requested
       DEBUG: handler.c:SingleHandler(155) START handler /
        CALL: data.c:DataHandler(106) DataHandler: parse path=/
       DEBUG: ow_parseobject.c:OWQ_create(164) /
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/]
        CALL: data.c:DataHandler(163) Directory message (one at a time)
        CALL: dir.c:DirHandler(74) DirHandler: pn->path=/
       DEBUG: dir.c:DirHandler(79) OWSERVER SpecifiedBus=0 path=/
       DEBUG: ow_dir.c:FS_dir_remote(74) path=/
        CALL: ow_dir.c:FS_dir_both(98) path=/
       DEBUG: ow_cache.c:Cache_Get_Dir(853) Looking for directory 00 00 
00 00 00 00 00 00
       DEBUG: ow_cache.c:Cache_Get_Common_Dir(866) Get from cache sn 00 
00 00 00 00 00 00 00 pointer=0x401cfb7c extension=0
       DEBUG: ow_cache.c:Cache_Get_Common_Dir(895) Dir not found in cache
       DEBUG: ow_search.c:BUS_first(32) Start of directory path=/ 
device=00 00 00 00 00 00 00 00
       DEBUG: ow_select.c:BUS_select(66) Selecting a path (and device) 
path=/ SN=00 00 00 00 00 00 00 00 last path=00 00 00 00 00 00 00 00
       DEBUG: ow_select.c:BUS_select(79) Continuing root branch
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 16 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 16 - 0 = 16
       DEBUG: ow_ds9097U.c:DS2480_next_both(702) SN found: 28 AD 49 00 
02 00 00 5D
       DEBUG: ow_search.c:BUS_next(71) Device found: 28 AD 49 00 02 00 00 5D
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 28 
AD 49 00 02 00 00 5D bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 28 AD 49 
00 02 00 00 5D pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 28 
AD 49 00 02 00 00 5D bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 28 AD 49 
00 02 00 00 5D pointer=0x401cfb6c index=0 size=4
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/28.AD4900020000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 28 AD 
49 00 02 00 00 5D
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 28 AD 
49 00 02 00 00 5D pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 120 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/28.AD4900020000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /28.AD4900020000
       DEBUG: ow_select.c:BUS_select(66) Selecting a path (and device) 
path=/ SN=00 00 00 00 00 00 00 00 last path=00 00 00 00 00 00 00 00
       DEBUG: ow_select.c:BUS_select(79) Continuing root branch
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 16 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 16 - 0 = 16
       DEBUG: ow_ds9097U.c:DS2480_next_both(702) SN found: 28 53 E7 7A 
01 00 00 FA
       DEBUG: ow_search.c:BUS_next(71) Device found: 28 53 E7 7A 01 00 00 FA
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 28 
53 E7 7A 01 00 00 FA bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 28 53 E7 
7A 01 00 00 FA pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 28 
53 E7 7A 01 00 00 FA bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 28 53 E7 
7A 01 00 00 FA pointer=0x401cfb6c index=0 size=4
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/28.53E77A010000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 28 53 
E7 7A 01 00 00 FA
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 28 53 
E7 7A 01 00 00 FA pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 120 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/28.53E77A010000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /28.53E77A010000
       DEBUG: ow_select.c:BUS_select(66) Selecting a path (and device) 
path=/ SN=00 00 00 00 00 00 00 00 last path=00 00 00 00 00 00 00 00
       DEBUG: ow_select.c:BUS_select(79) Continuing root branch
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 16 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 16 - 0 = 16
       DEBUG: ow_ds9097U.c:DS2480_next_both(702) SN found: 28 CF B8 C0 
00 00 00 ED
       DEBUG: ow_search.c:BUS_next(71) Device found: 28 CF B8 C0 00 00 00 ED
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 28 
CF B8 C0 00 00 00 ED bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 28 CF B8 
C0 00 00 00 ED pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 28 
CF B8 C0 00 00 00 ED bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 28 CF B8 
C0 00 00 00 ED pointer=0x401cfb6c index=0 size=4
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/28.CFB8C0000000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 28 CF 
B8 C0 00 00 00 ED
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 28 CF 
B8 C0 00 00 00 ED pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 120 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/28.CFB8C0000000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /28.CFB8C0000000
       DEBUG: ow_select.c:BUS_select(66) Selecting a path (and device) 
path=/ SN=00 00 00 00 00 00 00 00 last path=00 00 00 00 00 00 00 00
       DEBUG: ow_select.c:BUS_select(79) Continuing root branch
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 16 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 16 - 0 = 16
       DEBUG: ow_ds9097U.c:DS2480_next_both(702) SN found: 3A F5 98 00 
00 00 00 8F
       DEBUG: ow_search.c:BUS_next(71) Device found: 3A F5 98 00 00 00 00 8F
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 3A 
F5 98 00 00 00 00 8F bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 3A F5 98 
00 00 00 00 8F pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 3A 
F5 98 00 00 00 00 8F bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 3A F5 98 
00 00 00 00 8F pointer=0x401cfb6c index=0 size=4
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/3A.F59800000000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 3A F5 
98 00 00 00 00 8F
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 3A F5 
98 00 00 00 00 8F pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 120 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/3A.F59800000000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /3A.F59800000000
       DEBUG: ow_select.c:BUS_select(66) Selecting a path (and device) 
path=/ SN=00 00 00 00 00 00 00 00 last path=00 00 00 00 00 00 00 00
       DEBUG: ow_select.c:BUS_select(79) Continuing root branch
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 16 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 16 - 0 = 16
       DEBUG: ow_ds9097U.c:DS2480_next_both(702) SN found: 1F 5A 1D 02 
00 00 00 CF
       DEBUG: ow_search.c:BUS_next(71) Device found: 1F 5A 1D 02 00 00 00 CF
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 1F 
5A 1D 02 00 00 00 CF bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 1F 5A 1D 
02 00 00 00 CF pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 1F 
5A 1D 02 00 00 00 CF bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 1F 5A 1D 
02 00 00 00 CF pointer=0x401cfb6c index=0 size=4
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/1F.5A1D02000000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 1F 5A 
1D 02 00 00 00 CF
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 1F 5A 
1D 02 00 00 00 CF pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 120 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/1F.5A1D02000000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /1F.5A1D02000000
       DEBUG: ow_select.c:BUS_select(66) Selecting a path (and device) 
path=/ SN=00 00 00 00 00 00 00 00 last path=00 00 00 00 00 00 00 00
       DEBUG: ow_select.c:BUS_select(79) Continuing root branch
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 1 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 1 - 0 = 1
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 16 bytes Time: 5.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 16 - 0 = 16
       DEBUG: ow_ds9097U.c:DS2480_next_both(702) SN found: 1F 07 24 02 
00 00 00 DC
       DEBUG: ow_search.c:BUS_next(71) Device found: 1F 07 24 02 00 00 00 DC
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 1F 
07 24 02 00 00 00 DC bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 1F 07 24 
02 00 00 00 DC pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 1F 
07 24 02 00 00 00 DC bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 1F 07 24 
02 00 00 00 DC pointer=0x401cfb6c index=0 size=4
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/1F.072402000000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 1F 07 
24 02 00 00 00 DC
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 1F 07 
24 02 00 00 00 DC pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 120 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/1F.072402000000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /1F.072402000000
       DEBUG: ow_cache.c:Cache_Add_Dir(477) Adding directory for 00 00 
00 00 00 00 00 00 elements=6
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 00 00 00 
00 00 00 00 00 pointer=0x401cfb7c index=0 size=48
       DEBUG: ow_dir.c:FS_dir_both(193) ret=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /
       DEBUG: data.c:DataHandler(197) DataHandler: FS_ParsedName_destroy 
done
       DEBUG: data.c:DataHandler(211) DataHandler: cm.ret=0
       DEBUG: to_client.c:ToClient(56) payload=0 size=0, ret=0, sg=0x104 
offset=32775
       DEBUG: data.c:DataHandler(231) Finished with client request
       DEBUG: handler.c:Handler(134) OWSERVER tcp connection persistence 
-- reusing connection now.
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 
10.000000 seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 24 = 0
       DEBUG: handler.c:Handler(137) OWSERVER handler done
       DEBUG: ow_net_server.c:ProcessAcceptSocket(236) Normal exit.


     ...

       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 
10.000000 seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 0 = 24
       DEBUG: from_client.c:FromClient(67) FromClient payload=2 size=0 
type=4 sg=0x104 offset=0
       DEBUG: from_client.c:FromClient(75) FromClient (no servermessage) 
payload=2 size=0 type=4 controlflags=0x104 offset=0
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 2 bytes Time: 10.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 2 - 0 = 2
       DEBUG: handler.c:Handler(75) Persistence requested
       DEBUG: handler.c:SingleHandler(155) START handler /
        CALL: data.c:DataHandler(106) DataHandler: parse path=/
       DEBUG: ow_parseobject.c:OWQ_create(164) /
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/]
        CALL: data.c:DataHandler(163) Directory message (one at a time)
        CALL: dir.c:DirHandler(74) DirHandler: pn->path=/
       DEBUG: dir.c:DirHandler(79) OWSERVER SpecifiedBus=0 path=/
       DEBUG: ow_dir.c:FS_dir_remote(74) path=/
        CALL: ow_dir.c:FS_dir_both(98) path=/
       DEBUG: ow_cache.c:Cache_Get_Dir(853) Looking for directory 00 00 
00 00 00 00 00 00
       DEBUG: ow_cache.c:Cache_Get_Common_Dir(866) Get from cache sn 00 
00 00 00 00 00 00 00 pointer=0x401cfb7c extension=0
       DEBUG: ow_cache.c:Cache_Get_Common_Dir(879) Dir found in cache
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/28.AD4900020000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 28 AD 
49 00 02 00 00 5D
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 28 AD 
49 00 02 00 00 5D pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 113 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/28.AD4900020000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /28.AD4900020000
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/28.53E77A010000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 28 53 
E7 7A 01 00 00 FA
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 28 53 
E7 7A 01 00 00 FA pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 113 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/28.53E77A010000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /28.53E77A010000
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/28.CFB8C0000000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 28 CF 
B8 C0 00 00 00 ED
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 28 CF 
B8 C0 00 00 00 ED pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 113 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/28.CFB8C0000000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /28.CFB8C0000000
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/3A.F59800000000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 3A F5 
98 00 00 00 00 8F
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 3A F5 
98 00 00 00 00 8F pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 113 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/3A.F59800000000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /3A.F59800000000
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/1F.5A1D02000000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 1F 5A 
1D 02 00 00 00 CF
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 1F 5A 
1D 02 00 00 00 CF pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 113 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/1F.5A1D02000000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /1F.5A1D02000000
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/1F.072402000000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 1F 07 
24 02 00 00 00 DC
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 1F 07 
24 02 00 00 00 DC pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 113 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/1F.072402000000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /1F.072402000000
       DEBUG: ow_dir.c:FS_dir_both(193) ret=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /
       DEBUG: data.c:DataHandler(197) DataHandler: FS_ParsedName_destroy 
done
       DEBUG: data.c:DataHandler(211) DataHandler: cm.ret=0
       DEBUG: to_client.c:ToClient(56) payload=0 size=0, ret=0, sg=0x104 
offset=32775
       DEBUG: handler.c:Handler(134) OWSERVER tcp connection persistence 
-- reusing connection now.
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 
10.000000 seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 24 = 0
       DEBUG: handler.c:Handler(137) OWSERVER handler done
       DEBUG: data.c:DataHandler(231) Finished with client request
       DEBUG: ow_net_server.c:ProcessAcceptSocket(236) Normal exit.


       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 
10.000000 seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 0 = 24
       DEBUG: from_client.c:FromClient(67) FromClient payload=2 size=0 
type=4 sg=0x104 offset=0
       DEBUG: from_client.c:FromClient(75) FromClient (no servermessage) 
payload=2 size=0 type=4 controlflags=0x104 offset=0
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 2 bytes Time: 10.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 2 - 0 = 2
       DEBUG: handler.c:Handler(75) Persistence requested
       DEBUG: handler.c:SingleHandler(155) START handler /
        CALL: data.c:DataHandler(106) DataHandler: parse path=/
       DEBUG: ow_parseobject.c:OWQ_create(164) /
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/]
        CALL: data.c:DataHandler(163) Directory message (one at a time)
        CALL: dir.c:DirHandler(74) DirHandler: pn->path=/
       DEBUG: dir.c:DirHandler(79) OWSERVER SpecifiedBus=0 path=/
       DEBUG: ow_dir.c:FS_dir_remote(74) path=/
        CALL: ow_dir.c:FS_dir_both(98) path=/
       DEBUG: ow_cache.c:Cache_Get_Dir(853) Looking for directory 00 00 
00 00 00 00 00 00
       DEBUG: ow_cache.c:Cache_Get_Common_Dir(866) Get from cache sn 00 
00 00 00 00 00 00 00 pointer=0x401cfb7c extension=0  DEBUG: 
loop.c:Ping_or_Send(112) Taking too long, send a keep-alive pulse
       DEBUG: to_client.c:ToClient(56) payload=-1 size=0, ret=0, sg=0x0 
offset=0
       DEBUG: to_client.c:ToClient(63) Send delay message

       DEBUG: ow_cache.c:Cache_Get_Common_Dir(879) Dir found in cache
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/28.AD4900020000]
       DEBUG: ow_cache.c:Cache_Get_Device(912) Looking for device 28 AD 
49 00 02 00 00 5D
       DEBUG: ow_cache.c:Cache_Get_Common(1068) Search in cache sn 28 AD 
49 00 02 00 00 5D pointer=0x401cfb6c index=0 size=4
       DEBUG: ow_cache.c:Cache_Get_Common(1084) Value found in cache. 
Remaining life: 95 seconds.
       DEBUG: ow_presence.c:CheckPresence(75) Found device on bus 0
       DEBUG: dir.c:DirHandlerCallback(57) owserver Calling 
dir=/28.AD4900020000
       DEBUG: to_client.c:ToClient(56) payload=17 size=16, ret=0, 
sg=0x104 offset=0
     whatever#echo $?
     141
     whatever#


Debug of owfs (note: repetitive log entries truncated; does not crash):

     whatever#/usr/bin/owfs --allow_other --mountpoint=/mnt/1-wire/ -s 
localhost:4304 --error_level=9 --foreground
     CONNECT: owfs.c:main(100) fuse mount point: /mnt/1-wire/
     CONNECT: ow_avahi_link.c:OW_Load_avahi_library(72) No Avahi 
support. Library libavahi-client couldn't be loaded
     CONNECT: ow_dnssd.c:OW_Load_dnssd_library(136) Zeroconf/Bonjour is 
disabled since dnssd library isn't found
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[]
       DEBUG: owlib.c:SetupTemperatureLimits(79) Globals temp limits 0C 
100C (for simulated adapters)
       DEBUG: ow_net_client.c:ClientAddr(83) IP address=[localhost] 
port=[4304]
       DEBUG: fuse_line.c:Fuse_add(82) Added FUSE option 0 OWFS
       DEBUG: fuse_line.c:Fuse_add(82) Added FUSE option 1 /mnt/1-wire/
       DEBUG: fuse_line.c:Fuse_add(82) Added FUSE option 2 -o
       DEBUG: fuse_line.c:Fuse_add(82) Added FUSE option 3 direct_io
       DEBUG: fuse_line.c:Fuse_add(82) Added FUSE option 4 -f
       DEBUG: fuse_line.c:Fuse_add(82) Added FUSE option 5 -d
       DEBUG: owfs.c:main(125) fuse_mnt_opt=[(null)]
       DEBUG: owfs.c:main(127) fuse_open_opt=[(null)]
       DEBUG: fuse_line.c:Fuse_add(82) Added FUSE option 6 -o
       DEBUG: fuse_line.c:Fuse_add(82) Added FUSE option 7 allow_other
     FUSE library version: 2.8.4
     nullpath_ok: 0
     unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
     INIT: 7.16
     flags=0x0000007b
     max_readahead=0x00020000
        INIT: 7.12
        flags=0x00000011
        max_readahead=0x00020000
        max_write=0x00020000
        unique: 1, success, outsize: 40
     unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 56
     getattr /
        CALL: ow_fstat.c:FS_fstat(22) path=/
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/]
        CALL: ow_fstat.c:FS_fstat_postparse(39) ATTRIBUTES path=/
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /
        unique: 2, success, outsize: 120
     unique: 3, opcode: OPENDIR (27), nodeid: 1, insize: 48
        unique: 3, success, outsize: 32
     unique: 4, opcode: READDIR (28), nodeid: 1, insize: 80
     getdir[0]
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/]
        CALL: owfs_callback.c:FS_getdir(175) GETDIR path=/
       DEBUG: ow_dir.c:FS_dir(63) path=/
        CALL: ow_dir.c:FS_dir_both(98) path=/
        CALL: ow_server_message.c:ServerDIR(236) SERVER(0) path=/ 
path_to_server=/
       DEBUG: ow_server_message.c:To_Server(585) Server connection was 
closed.  Reconnecting.
       DEBUG: ow_server_message.c:WriteToServer(704) version=0 payload=2 
size=0 type=4 SG=104 offset=0
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 0 = 24
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 17 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 17 - 0 = 17
       DEBUG: ow_server_message.c:Directory_Element(381) 
got=[/28.AD4900020000]
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/28.AD4900020000]
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 28 
AD 49 00 02 00 00 5D bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 28 AD 49 
00 02 00 00 5D pointer=0x40248b6c index=0 size=4
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /28.AD4900020000
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 0 = 24
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 17 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 17 - 0 = 17
       DEBUG: ow_server_message.c:Directory_Element(381) 
got=[/28.53E77A010000]
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/28.53E77A010000]
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 28 
53 E7 7A 01 00 00 FA bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 28 53 E7 
7A 01 00 00 FA pointer=0x40248b6c index=0 size=4
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /28.53E77A010000
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 0 = 24
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 17 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 17 - 0 = 17
       DEBUG: ow_server_message.c:Directory_Element(381) 
got=[/28.CFB8C0000000]
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/28.CFB8C0000000]
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 28 
CF B8 C0 00 00 00 ED bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 28 CF B8 
C0 00 00 00 ED pointer=0x40248b6c index=0 size=4
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /28.CFB8C0000000
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 0 = 24
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 17 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 17 - 0 = 17
       DEBUG: ow_server_message.c:Directory_Element(381) 
got=[/3A.F59800000000]
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/3A.F59800000000]
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 3A 
F5 98 00 00 00 00 8F bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 3A F5 98 
00 00 00 00 8F pointer=0x40248b6c index=0 size=4
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /3A.F59800000000
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 0 = 24
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 17 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 17 - 0 = 17
       DEBUG: ow_server_message.c:Directory_Element(381) 
got=[/1F.5A1D02000000]
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/1F.5A1D02000000]
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 1F 
5A 1D 02 00 00 00 CF bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 1F 5A 1D 
02 00 00 00 CF pointer=0x40248b6c index=0 size=4
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /1F.5A1D02000000
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 0 = 24
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 17 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 17 - 0 = 17
       DEBUG: ow_server_message.c:Directory_Element(381) 
got=[/1F.072402000000]
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) 
path=[/1F.072402000000]
       DEBUG: ow_cache.c:Cache_Add_Device(554) Adding device location 1F 
07 24 02 00 00 00 DC bus=0
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 1F 07 24 
02 00 00 00 DC pointer=0x40248b6c index=0 size=4
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /1F.072402000000
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 2.000000 
seconds
       DEBUG: ow_tcp_read.c:tcp_read(114) read: 24 - 0 = 24
       DEBUG: ow_cache.c:Cache_Add_Dir(477) Adding directory for 00 00 
00 00 00 00 00 00 elements=6
       DEBUG: ow_cache.c:Cache_Add_Common(643) Add to cache sn 00 00 00 
00 00 00 00 00 pointer=0x40248b7c index=0 size=48
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/bus.0]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /bus.0
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/uncached]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /uncached
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/settings]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /settings
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/system]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /system
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/statistics]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /statistics
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/structure]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /structure
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/simultaneous]
       DEBUG: ow_parsename.c:Parse_Real(378) TEST set simultaneous
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /simultaneous
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/alarm]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /alarm
       DEBUG: ow_dir.c:FS_dir_both(193) ret=0
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /
        unique: 4, success, outsize: 600
     unique: 5, opcode: READDIR (28), nodeid: 1, insize: 80
        unique: 5, success, outsize: 16
     unique: 6, opcode: RELEASEDIR (29), nodeid: 1, insize: 64
        unique: 6, success, outsize: 16

     ...

     unique: 17, opcode: GETATTR (3), nodeid: 1, insize: 56
     getattr /
        CALL: ow_fstat.c:FS_fstat(22) path=/
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/]
        CALL: ow_fstat.c:FS_fstat_postparse(39) ATTRIBUTES path=/
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /
        unique: 17, success, outsize: 120
     unique: 18, opcode: OPENDIR (27), nodeid: 1, insize: 48
        unique: 18, success, outsize: 32
     unique: 19, opcode: READDIR (28), nodeid: 1, insize: 80
     getdir[0]
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/]
        CALL: owfs_callback.c:FS_getdir(175) GETDIR path=/
       DEBUG: ow_dir.c:FS_dir(63) path=/
        CALL: ow_dir.c:FS_dir_both(98) path=/
        CALL: ow_server_message.c:ServerDIR(236) SERVER(0) path=/ 
path_to_server=/
       DEBUG: ow_server_message.c:WriteToServer(704) version=0 payload=2 
size=0 type=4 SG=104 offset=0
       DEBUG: ow_tcp_read.c:tcp_read(64) attempt 24 bytes Time: 2.000000 
seconds
     CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT after 0 bytes
       DEBUG: ow_cache.c:Cache_Add_Dir(466) Won't cache empty directory
       DEBUG: ow_cache.c:Cache_Del_Common(1358) Delete from cache sn 00 
00 00 00 00 00 00 00 in=0x40248b7c index=0
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/bus.0]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /bus.0
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/uncached]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /uncached
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/settings]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /settings
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/system]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /system
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/statistics]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /statistics
        CALL: ow_parsename.c:FS_ParsedName_anywhere(95) path=[/structure]
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /structure
       DEBUG: ow_dir.c:FS_dir_both(193) ret=-5
       DEBUG: ow_parsename.c:FS_ParsedName_destroy(59) /
        unique: 19, success, outsize: 288
     unique: 20, opcode: READDIR (28), nodeid: 1, insize: 80
        unique: 20, success, outsize: 16
     unique: 21, opcode: RELEASEDIR (29), nodeid: 1, insize: 64
        unique: 21, success, outsize: 16

     unique: 22, opcode: STATFS (17), nodeid: 1, insize: 40
        unique: 22, success, outsize: 96
     unique: 23, opcode: STATFS (17), nodeid: 1, insize: 40
        unique: 23, success, outsize: 96
     unique: 24, opcode: STATFS (17), nodeid: 1, insize: 40
        unique: 24, success, outsize: 96
     unique: 25, opcode: STATFS (17), nodeid: 1, insize: 40
        unique: 25, success, outsize: 96
     unique: 26, opcode: STATFS (17), nodeid: 1, insize: 40
        unique: 26, success, outsize: 96




------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to