Bugs item #1640004, was opened at 2007-01-20 13:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1640004&group_id=132078

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tpserver-cpp
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: nash (nash)
Assigned to: Lee Begg (llnz)
Summary: tpserver-cpp: Starting network crashes server

Initial Comment:
To reproduce:
./tpserver-cpp
start network

I can provide a core dump, however sourceforge.net times out when trying to 
attach the file.  Email me for the core dump.

THe problem is in 

Avahi::Avahi(Advertiser* ad) : Publisher(ad), simple_poll(NULL), group(NULL), 
client(NULL), name(NULL){
    
  std::string tname = Settings::getSettings()->get("server_name");
  if(tname.empty())
    tname = "Tpserver-cpp";
  tname.append(" [");
  tname.append(Game::getGame()->getRuleset()->getName());
  tname.append("]");
  name = avahi_strdup(tname.c_str());

On line "tname.append(...)"  avahi.c: line 139.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1640004&group_id=132078
_______________________________________________
tp-bugs mailing list
[email protected]
http://mail.thousandparsec.net/cgi-bin/mailman/listinfo/tp-bugs

Reply via email to