Hugh:
thanks for the update, let me know if I can help testing from my end.
best
*P
On 2/16/15 12:36 AM, Hugh Williams wrote:
> Hi Pascal,
>
> We are going to check this "page_apply called with not enough stack”
> crash on Yosemite again to see if 80K for the initial thread size is
> large enough
Hi Pascal,
We are going to check this "page_apply called with not enough stack” crash on
Yosemite again to see if 80K for the initial thread size is large enough or
devise a better fix.
Note, there was a hotfix applied to the stable and develop 7 open source git
archives over the weekend to fi
Yup, that makes sense. Thanks for the clarification (brushing on my diff
skills...)! All working fine now.
Also found the thread around this:
https://github.com/openlink/virtuoso-opensource/issues/277
Just noted that the conductor UI and log entries show 07.10.3211
though virtuoso-t -version disp
Sorry, this was written fast and I assumed familiarity with the diff format. It
is just showing an adjustment I had to make in the virtuoso code to make it run
on MacOSX.
So open binsrc/virtuoso/viunix.c b/binsrc/virtuoso/viunix.c in a text editor,
change the value of thread_initial (around line
Marc-Antoine:
Thanks for the feedback, this is however a bit cryptic for me. Can't
seem to run diff --git etc.
What does this accomplish?
thanks
*P
On 2/12/15 11:35 PM, Marc-Antoine Parent wrote:
> Yes…. on my machine, I did this:
>
> diff --git a/binsrc/virtuoso/viunix.c b/binsrc/virtuoso/viunix
Yes…. on my machine, I did this:
diff --git a/binsrc/virtuoso/viunix.c b/binsrc/virtuoso/viunix.c
index 4076248..bba1592 100644
--- a/binsrc/virtuoso/viunix.c
+++ b/binsrc/virtuoso/viunix.c
@@ -572,7 +572,7 @@ main (int argc, char **argv)
process_exit_hook = viunix_terminate;
- thread_initia
Jst checked out latest version fron GIT and built on MacOSX using same
procedure as usual which consists in:
git pull
make clean
./autogen.sh
CFLAGS="-O2 -m64"
export CFLAGS
./configure
make
I then wiped out my current install and called
make install
When I try to run virtuoso-t, I get the log be