Home arrow Forums
Tuesday, 06 January 2009  
Latest Forums
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
SIGSEGV in boost_html in file element.hpp (0 viewing) 
Warning: Invalid argument supplied for foreach() in /home/ibusy.com/public_html/components/com_fireboard/template/default/fb_pathway.php on line 140
Go to bottom Post Reply Favoured: 0
TOPIC: SIGSEGV in boost_html in file element.hpp
#29
irok84 (User)
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Birthdate:
SIGSEGV in boost_html in file element.hpp 7 Months, 2 Weeks ago Karma: 0  
Hi!

I have segmentation fault when i parsing contents of some sites (not all) by boost_html.

Program stoped in file element.hpp in method read on line 273:
ptr_element_t newElement = factory(elementName, this);

My fragment of code:

stringstream ost;
ost << s << endl ;
html.read(ost);

Variable s is string contains content of site downloaded by curl.

Please answer what is the problem.

P.S. Very good code/library (boost_html)
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
      Topics Author Date
    emo
SIGSEGV in boost_html in file element.hpp
irok84 2008/05/24 13:15
    thread link
thread linkthread link Re:SIGSEGV in boost_html in file element.hpp
softwareace 2008/05/24 14:31
    thread link
thread linkthread linkthread link Re:SIGSEGV in boost_html in file element.hpp
irok84 2008/05/25 01:50
    thread link
thread linkthread linkthread linkthread link Re:SIGSEGV in boost_html in file element.hpp
softwareace 2008/05/25 12:53
    thread link
thread linkthread link Re:SIGSEGV in boost_html in file element.hpp
irok84 2008/05/26 10:32
    thread link
thread linkthread linkthread link Re:SIGSEGV in boost_html in file element.hpp
softwareace 2008/05/26 11:03
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
Top