Hey Dushan,

2008/12/30 Dushan Savich <[email protected]>:
> #Now , when I try to access the http://localhost:8080/  from browser, I get
> this
>
> -------------------------------------------------------------------------------------
> webace:
> /home/dule/stylet/libs/3rdParty/boost_1_36_0/boost/thread/pthread/mutex.hpp:50:
> void boost::mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.
> Aborted (core dumped)
> -------------------------------------------------------------------------------------
>
> App crashes before my code even starts. WApplication doesn't even enters the
> construction.

This problem does not ring any bells: we are not using global mutexes
so it cannot be related to static initialization order, and
furthermore, it seems that your application started fine.

So, it would be helpful if run the application using the debugger
(gdb) and provide us with a backtrace? You can perhaps send it to me
off the list.

One possible problem might be that your dynamic library path does not
match the static library path (i.e. for boost or wt?). Can you verify
that using 'ldd' ?

Regards,
koen

------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to