stefanocasazza / ULib

C++ application development framework, to help developers create and deploy applications quickly and simply
GNU Lesser General Public License v3.0
947 stars 107 forks source link

What environment is this ULib built / tested in default? #33

Closed unisqu closed 7 years ago

unisqu commented 7 years ago

I've ran Ubuntu 16.04 and ULib seems to have Segmentation fault when I did ab test on it

stefanocasazza commented 7 years ago

Hi, we give me very few information... In general to help me diagnose any problem, please configure ULib with debug (--enable-debug), install it (make install), run any program in an environment with the DEBUG vars set to semething like: export UTRACE='0 30M -1' export UTRACE_SIGNAL='0 30M -1' (for the eventually forked instance of the program...) so it produce a trace file in its current directory for every instance of the program..

You can send me these files (compressed)

victorstewart commented 7 years ago

ULib definitely runs and works on Ubuntu.

What A/B test are you doing?

If you provide us with the output of your terminal, or explicit detail of what’s going wrong... we can have some insight, otherwise it’s impossible to speculate lol.