Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Deadlock detected, aborting the server (build id: #396)
Post: RE: Deadlock detected, aborting the server (build ...

Could you post your executable as well please. Analyzing a core dump without the corresponding executable sadly isn't possible.
Woazboat Discussion 14 11,772 03-05-2016, 02:32 AM
    Thread: Pull requests remain open for too long
Post: RE: Pull requests remain open for too long

SphinxC0re Wrote: (03-03-2016, 02:10 AM) -- Then just stop contributing. We have policies that have to be stuck to to maintain usable code. We also do this as a hobby so we aren't getting payed for d...
Woazboat Development 23 20,277 03-03-2016, 03:58 AM
    Thread: Random Chitchat 2012-2016
Post: RE: What we're doing

xoft Wrote: (02-23-2016, 06:24 PM) -- Yup, I do not know C (and neither C++). http://kukuruku.co/hub/programming/i-do-not-know-c -- 7 and 8 tripped me up. I had to look up operator precedence agai...
Woazboat Off Topic Discussion 4,863 3,639,983 02-23-2016, 11:23 PM
    Thread: Concurrency - Lambda based message passing
Post: RE: Concurrency - Lambda based message passing

Like worktycho said, futures/promises are the way to go for something like this. https://github.com/progschj/ThreadPool/blob/master/ThreadPool.h is a pretty good example of an async work queue with ...
Woazboat Development 13 11,314 02-21-2016, 08:57 PM
    Thread: Setting up a server
Post: RE: Setting up a server

In the meantime, while the official binaries are not available, you could build the server from source on the RaspberryPi. The instructions for that can be found here: https://github.com/mc-server/MCS...
Woazboat Discussion 46 45,102 05-10-2015, 08:22 AM
    Thread: How to report crashes - Linux
Post: RE: How to report crashes - Linux

"set logging file crash.txt" needs to be run before "set logging on". Otherwise the log file for the current session won't be updated and the default gdb.txt file will be used instead.
Woazboat Discussion 7 18,773 05-10-2015, 06:38 AM
    Thread: Safe static object initialization
Post: Safe static object initialization

Hi there, I'm new here and will probably be contributing bits here and there whenever I find time. Now for the other reason behind this thread. I have a static (member) object Tracer::m_NormalTable...
Woazboat Development 4 5,339 04-30-2015, 03:41 AM