bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug report] segmentation fault in task_create()


From: Marin Ramesa
Subject: [bug report] segmentation fault in task_create()
Date: Tue, 24 Dec 2013 13:26:35 +0100

I noticed this while testing the futex call. I don't know
how to fix this. The code to reproduce this is the
following:

extern int task_create();

struct task;
typedef struct task *task_t;

extern task_t kernel_task;

int main(void)
{
        task_t new_task;
        task_create(kernel_task, 0, &new_task);
        return 0;
}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]