Code Monkey home page Code Monkey logo

Comments (5)

smcameron avatar smcameron commented on May 19, 2024

That's a weird looking backtrace. It looks like it's dying while trying to create the per_client_read_thread(), I think.

It might be here:

static void per_client_read_thread(void / struct game_client */ *client)
{
struct game_client *c = (struct game_client *) client;

    /* Wait for client[] array to get fully updated before proceeding. */
    client_lock();
    get_client(c);
    client_unlock(); <---- in here???

But actually, I don't think so. I don't think it's making it out of pthread_create() alive.

Hmm. That is a weird one. Kind of hard to debug without being able to reproduce it here.

Let me know if you get any more info about it, but right now the source of the problem is a mystery to me.

from space-nerds-in-space.

smcameron avatar smcameron commented on May 19, 2024

Old bug, but by chance, was this on Arch linux?

Wondering if it was the same as this: https://bugs.chromium.org/p/chromium/issues/detail?id=484096
or this: https://bbs.archlinux.org/viewtopic.php?id=197100

from space-nerds-in-space.

her001 avatar her001 commented on May 19, 2024

This was on Arch. Perhaps I can do some more testing soon.

from space-nerds-in-space.

hugglesfox avatar hugglesfox commented on May 19, 2024

The bug that @smcameron was describing can be fixed by installing the intel microcode and re-configuring grub.

sudo pacman -S intel-ucode

sudo grub-mkconfig -o /boot/grub/grub.cfg

from space-nerds-in-space.

smcameron avatar smcameron commented on May 19, 2024

I'm going to close this because it's rather old, and doesn't seem to be a reproducible or common problem and seems to have a plausible external cause identified. Feel free to re-open if need be.

from space-nerds-in-space.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.