qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 1772166] [NEW] qemu 2.4.1: dereferencing pointer to in


From: George
Subject: [Qemu-devel] [Bug 1772166] [NEW] qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’
Date: Sat, 19 May 2018 13:51:29 -0000

Public bug reported:

Trying to compile qemu release 2.4.1

Getting compile error

user-exec.c: In function ‘cpu_resume_from_signal’:
user-exec.c:72:37: error: dereferencing pointer to incomplete type ‘struct 
ucontext’
         sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
                                     ^~
user-exec.c: In function ‘cpu_arm_signal_handler’:
user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct 
ucontext’

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: 2.4.1

** Tags added: 2.4.1

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1772166

Title:
  qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’

Status in QEMU:
  New

Bug description:
  Trying to compile qemu release 2.4.1

  Getting compile error

  user-exec.c: In function ‘cpu_resume_from_signal’:
  user-exec.c:72:37: error: dereferencing pointer to incomplete type ‘struct 
ucontext’
           sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
                                       ^~
  user-exec.c: In function ‘cpu_arm_signal_handler’:
  user-exec.c:214:41: error: dereferencing pointer to incomplete type ‘struct 
ucontext’

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1772166/+subscriptions



reply via email to

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