|
Back
Midas
Rome
Roody
Rootana
|
Rome Analyzer Framework |
Not logged in |
|
|
|
Message ID: 114
Entry time: 08 Feb 2006
Reply to this: 115
|
Author: |
Ryu Sawada |
Topic: |
Bug Report |
Subject: |
ROMENetFolderServer |
|
|
When I run ROME analyzer in online MIDAS mode.
It stopps with making core (segmentation fault).
It seems it makes core after "return" in main.cpp, namely finishing all code.
When I comment out following line in ROMEAnalyzer.cpp, it works propery.
tnet->StartServer(gROME->GetApplication(),gROME->GetPortNumber());
Probably it is relating to ROMENetServer or thread for this. |