Hello Burton.

Here you are :

10/May/2002 15:54:21 Get the freshest ntop from http://www.ntop.org/
10/May/2002 15:54:21 Initializing...
10/May/2002 15:54:21 Loading plugins (if any)...
10/May/2002 15:54:21 Searching plugins in /usr/local/lib/ntop/plugins
10/May/2002 15:54:21 WARNING: unable to load plugin
'/usr/local/lib/ntop/plugins/arpPlugin.so'
[/usr/local/lib/ntop/plugins/arpPlugin.so: undefined symbol: gdbmMutex]
10/May/2002 15:54:21 Welcome to icmpWatchPlugin. (C) 1999 by Luca Deri.
10/May/2002 15:54:21 Welcome to LastSeenWatchPlugin. (C) 1999 by Andrea
Marangoni.
10/May/2002 15:54:21 Welcome to nfsWatchPlugin. (C) 1999 by Luca Deri.
10/May/2002 15:54:22 WARNING: unable to load plugin
'/usr/local/lib/ntop/plugins/remoteInterface.so'
[/usr/local/lib/ntop/plugins/remoteInterface.so: undefined symbol: webPort]
10/May/2002 15:54:22 Welcome to ntopRmon. (C) 2000 by Luca Deri.
10/May/2002 15:54:22 WARNING: plugin disabled [missing NET-SNMP]
10/May/2002 15:54:22 WARNING: unable to load plugin
'/usr/local/lib/ntop/plugins/wapPlugin.so'
[/usr/local/lib/ntop/plugins/wapPlugin.so: undefined symbol: device]
10/May/2002 15:54:22 WARNING: unable to load plugin
'/usr/local/lib/ntop/plugins/libpep.so'
[/usr/local/lib/ntop/plugins/libpep.so: undefined symbol: device]
10/May/2002 15:54:22 Welcome to sFlowPlugin. (C) 2002 by Luca Deri.
10/May/2002 15:54:22 Welcome to NetFlow. (C) 2002 by Luca Deri.
10/May/2002 15:54:22 Welcome to PDAPlugin. (C) 2001-2002 by L.Deri and
W.Brock
10/May/2002 15:54:22 Resetting traffic statistics...
[New Thread 19784 (manager thread)]
[New Thread 19783 (initial thread)]
[New Thread 19785]
10/May/2002 15:54:23 Started thread (1026) for network packet analyser.
[New Thread 19786]
10/May/2002 15:54:23 Started thread (2051) for idle hosts detection.
[New Thread 19787]
10/May/2002 15:54:23 Started thread (3076) for DNS address resolution.
[New Thread 19788]
10/May/2002 15:54:23 Started thread (4101) for address purge.
10/May/2002 15:54:23 Initializing plugins (if any)...
10/May/2002 15:54:23 NetFlow export disabled
10/May/2002 15:54:23 Waiting for HTTP connections on port 4000...
[New Thread 19789]
10/May/2002 15:54:23 Started thread (5126) for web server.
10/May/2002 15:54:23 Sniffying...
[New Thread 19790]
10/May/2002 15:54:23 Started thread (6151) for network packet sniffing on
eth0.
[Switching to Thread 19787]
10/May/2002 15:54:29 Extending hash size [newSize=512][deviceId=0]
10/May/2002 15:55:24 Called scanTimedoutTCPSessions (device=0, sessions=80)
10/May/2002 15:55:24 scanTimedoutTCPSessions: freed 0 sessions
10/May/2002 16:00:26 Called scanTimedoutTCPSessions (device=0, sessions=219)
10/May/2002 16:00:26 scanTimedoutTCPSessions: freed 12 sessions
10/May/2002 16:05:31 Called scanTimedoutTCPSessions (device=0, sessions=217)
10/May/2002 16:05:31 scanTimedoutTCPSessions: freed 12 sessions
10/May/2002 16:10:36 Called scanTimedoutTCPSessions (device=0, sessions=416)
[Switching to Thread 19786]

Program received signal SIGSEGV, Segmentation fault.
0x404390b6 in chunk_free (ar_ptr=0x404cdcc0, p=0x8617f00) at malloc.c:3097
3097    malloc.c: No existe el fichero o el directorio.
(gdb) where
#0  0x404390b6 in chunk_free (ar_ptr=0x404cdcc0, p=0x8617f00) at
malloc.c:3097
#1  0x40438f9a in __libc_free (mem=0x8617f08) at malloc.c:3023
#2  0x40193f6e in ntop_safefree (ptr=0xbf5ffcc0, file=0x401b8b0f
"sessions.c",
    line=246) at leaks.c:465
#3  0x401a091b in freeSession (sessionToPurge=0x8617f08, actualDeviceId=0,
    allocateMemoryIfNeeded=1) at sessions.c:246
#4  0x401a0bc4 in scanTimedoutTCPSessions (actualDeviceId=0) at
sessions.c:311
#5  0x4018ff6f in purgeIdleHosts (actDevice=0) at hash.c:471
#6  0x40195da9 in scanIdleLoop (notUsed=0x0) at ntop.c:611
#7  0x4013db85 in pthread_start_thread (arg=0xbf5ffe40) at manager.c:241
(gdb) frame 3
#3  0x401a091b in freeSession (sessionToPurge=0x8617f08, actualDeviceId=0,
    allocateMemoryIfNeeded=1) at sessions.c:246
246       free(sessionToPurge); /* No inner pointers to free */
(gdb) print *sessionToPurge
$1 = {magic = 0, initiatorIdx = 5, initiatorRealIp = {s_addr = 3246329689},
  sport = 2909, remotePeerIdx = 43, remotePeerRealIp = {s_addr =
3241260819},
  dport = 9100, firstSeen = 1021039193, lastSeen = 1021039193, pktSent = 1,
  pktRcvd = 0, bytesSent = 44, bytesRcvd = 0, bytesProtoSent = 0,
  bytesProtoRcvd = 0, bytesFragmentedSent = 0, bytesFragmentedRcvd = 0,
  minWindow = 128, maxWindow = 128, nwLatency = {tv_sec = 1021039193,
    tv_usec = 526587}, numFin = 0, numFinAcked = 0, lastAckIdI2R = 0,
  lastAckIdR2I = 0, numDuplicatedAckI2R = 0, numDuplicatedAckR2I = 0,
  bytesRetranI2R = 0, bytesRetranR2I = 0, finId = {0, 0, 0, 0}, lastFlags =
2,
  lastCSAck = 0, lastSCAck = 0, lastCSFin = 0, lastSCFin = 0,
  lastInitiator2RemFlags = "\000\000\000",
  lastRem2InitiatorFlags = "\000\000\000", sessionState = 0 '\000',
  passiveFtpSession = 0 '\000', next = 0x85c8c48}

Hope this helps!

Cheers.

Jordi Vila.


_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to