General

Profile

Matteo Sciolla

  • Login: msciolla
  • Email: msciolla@mbigroup.it
  • Are you a spammer?: No
  • Registered on: 12/05/2014
  • Last connection: 12/09/2014

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

12/19/2014

08:06 AM Wt Help: RE: WServer instantiation in GTest environment
I found the reason of the strange behaviour!!! The problem is in the wt library link order: my executable needs libwt... Matteo Sciolla

12/17/2014

01:20 PM Wt Help: RE: WServer instantiation in GTest environment
don't hate me, I'm adding some more spice :)
I have a segfault iff my WServer derived class has a container (e.g.st...
Matteo Sciolla

12/16/2014

03:30 PM Wt Help: RE: WServer instantiation in GTest environment
thanks Thomas, I'll try tomorrow morning
Matteo
Matteo Sciolla
02:07 PM Wt Help: RE: WServer instantiation in GTest environment
well, nevermind, it still crash :(
Matteo Sciolla
01:10 PM Wt Help: RE: WServer instantiation in GTest environment
It fix the problem thanks! So dumb to confuse array and pointer, forgive me!
I don't pass the command line because I...
Matteo Sciolla
11:37 AM Wt Help: RE: WServer instantiation in GTest environment
modified like this:
const char** myArgs = static_cast<const char**>(malloc(7*sizeof(char*)));
myArgs[0] = "f...
Matteo Sciolla

12/09/2014

08:11 AM Wt Help: WServer instantiation in GTest environment
Hi
I think I wrongly reported this as issue here http://redmine.webtoolkit.eu/projects/wt/issues
Maybe it's bette...
Matteo Sciolla

12/05/2014

04:08 PM Wt Support #3696 (Closed): WServer instantiation in GTest environment
Hi!
I'm developing a simple REST service using Wt WServer and WClient classes.
Here is my problem: if I instantiat...
Matteo Sciolla

Also available in: Atom