Closed GoogleCodeExporter closed 9 years ago
OK, we have the backtrace. But we have no idea of what does the code you run!
Original comment by benoit.m...@gmail.com
on 11 Aug 2012 at 2:32
Original comment by benoit.m...@gmail.com
on 11 Aug 2012 at 2:32
Hi Benoit, i am running DomotiGa (www.domotiga.nl) 0.1.209 under gambas3.
The issue seems to be in the XMLRPC (server) component. I will try to find a
better reproduction scenario.
Original comment by uAle...@gmail.com
on 11 Aug 2012 at 2:35
(this reply can be duplicate)
Hi Benoit,
I found a reproduction scenario, this is attached to the reply (DS.tar.gz).
It seems the XMLRPC component can't handle "incorrect" XML formatted requests.
In the previous gambas2 and gambas3 3.2.1 is didn't segmentation fault, but
gave a proper error message.
Regards,
Alex
Original comment by uAle...@gmail.com
on 11 Aug 2012 at 3:33
Attachments:
I found another reproduction scenario, it is in the attach "XMLParser.tar.gz".
If you run the XMLParser3 project under Gambas3 r5025 and up, it segmentation
faults. It works fine under gambas2 and gambas3 3.2.1
I also found the "new" gb.xml isn't compatible with gambas2 and neither with
the XML specs, i will open another issue for this.
Original comment by uAle...@gmail.com
on 11 Aug 2012 at 6:56
Attachments:
Hi,
This is (finally!) fixed in revision #5032.
Original comment by adrien.p...@gmail.com
on 11 Aug 2012 at 9:56
Hi,
This is (finally!) fixed in revision #5032.
Original comment by adrien.p...@gmail.com
on 11 Aug 2012 at 9:56
Thanks, it doesn't segmentation fault anymore. With the XMLParse-example.tar.gz
i noticed that i got more warning messages from gbx3 now. I will append them in
Issue 305.
Original comment by uAle...@gmail.com
on 12 Aug 2012 at 6:37
Original issue reported on code.google.com by
uAle...@gmail.com
on 11 Aug 2012 at 2:25Attachments: