View Issue Details

IDProjectCategoryView StatusLast Update
0001266libmicrohttpdotherpublic2007-09-09 19:39
Reportercyberix Assigned ToChristian Grothoff  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Summary0001266: gnunetd crashes while nmapping the http port
Descriptionsudo nmap -sS -A -O -p 1078-1082 192.168.1.x

Nmap version 4.20
Additional Informationcyberix@bunnypump:~$ gdb /home/cyberix/opt/gnunet/usr/local/bin/gnunetd
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) run -d -L DEBUG -c /home/cyberix/.gnunet/gnunetd.conf
Starting program: /home/cyberix/opt/gnunet/usr/local/bin/gnunetd -d -L DEBUG -c /home/cyberix/.gnunet/gnunetd.conf
[Thread debugging using libthread_db enabled]
[New Thread -1211713328 (LWP 19949)]
[New Thread -1213060208 (LWP 19952)]
Aug 21 20:19:41 INFO: Loading transports `udp tcp nat http'
[New Thread -1225667696 (LWP 19953)]
[New Thread -1234060400 (LWP 19955)]
Aug 21 20:19:42 INFO: Loaded transport `udp'
Aug 21 20:19:42 INFO: Loaded transport `tcp'
Aug 21 20:19:43 INFO: Loaded transport `nat'
Aug 21 20:19:43 INFO: Loaded transport `http'
[New Thread -1242506352 (LWP 19956)]
[New Thread -1250899056 (LWP 19957)]
[New Thread -1259291760 (LWP 19958)]
Aug 21 20:19:43 INFO: Loading application `advertising'
[New Thread -1267733616 (LWP 19959)]
Aug 21 20:19:44 INFO: Loading application `getoption'
Aug 21 20:19:44 INFO: Loading application `fs'
[New Thread -1276740720 (LWP 19961)]
[Thread -1276740720 (LWP 19961) exited]
[New Thread -1285133424 (LWP 19962)]
[Thread -1285133424 (LWP 19962) exited]
[Thread -1234060400 (LWP 19955) exited]
[New Thread -1285133424 (LWP 19963)]
[New Thread -1276740720 (LWP 19965)]
[New Thread -1300903024 (LWP 19967)]
[New Thread -1309312112 (LWP 19968)]
[New Thread -1317704816 (LWP 19969)]
Aug 21 20:19:49 INFO: Loading application `stats'
Aug 21 20:19:49 INFO: Loading application `traffic'
[New Thread -1326097520 (LWP 19970)]
[New Thread -1334490224 (LWP 19971)]
[New Thread -1342882928 (LWP 19972)]
Aug 21 20:19:49 ERROR: Could not create any HELLO for myself!
Aug 21 20:19:49 ERROR: Could not create any HELLO for myself!
Aug 21 20:19:49 WARNING: Failed to create an advertisement for this peer. Will not send PING.
Aug 21 20:19:55 DEBUG: UDP uses IP address 80.222.176.152.
Aug 21 20:19:58 DEBUG: TCP uses IP address 80.222.176.152.
Closing connection (problem parsing headers)
Internal application error, closing connection.
Internal application error, closing connection.
Internal application error, closing connection.

Program received signal SIGABRT, Aborted.
[Switching to Thread -1259291760 (LWP 19958)]
0xffffe410 in __kernel_vsyscall ()
(gdb) ba
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7d6cdf0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7d6e641 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb730c5d3 in MHD_call_connection_handler (connection=0x81ffd58)
    at connection.c:850
#4 0xb730cbf2 in MHD_connection_handle_read (connection=0x81ffd58)
    at connection.c:951
#5 0xb730e09d in MHD_select (daemon=0x80697e8, may_block=0) at daemon.c:529
#6 0xb730e479 in MHD_run (daemon=0x80697e8) at daemon.c:562
#7 0xb73141b8 in curl_runner (unused=0x0) at http.c:1689
#8 0xb7e8a31b in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb7e1257e in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb)
TagsNo tags attached.

Activities

Christian Grothoff

2007-08-21 21:32

manager   ~0003135

Fixed in SVN HEAD for libmicrohttpd.

Issue History

Date Modified Username Field Change
2007-08-21 11:31 cyberix New Issue
2007-08-21 21:32 Christian Grothoff Status new => resolved
2007-08-21 21:32 Christian Grothoff Resolution open => fixed
2007-08-21 21:32 Christian Grothoff Assigned To => Christian Grothoff
2007-08-21 21:32 Christian Grothoff Note Added: 0003135
2007-08-21 21:34 Christian Grothoff Project GNUnet 0.8.x => libmicrohttpd
2007-08-21 21:34 Christian Grothoff Category HTTP transport => other
2007-09-09 19:39 Christian Grothoff Status resolved => closed