diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:24:58 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:27:06 +0000 |
| commit | 33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch) | |
| tree | 406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1772166 | |
| parent | adedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff) | |
| download | emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip | |
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1772166')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1772166 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1772166 b/results/scraper/launchpad-without-comments/1772166 new file mode 100644 index 00000000..5c897166 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1772166 @@ -0,0 +1,12 @@ +qemu 2.4.1: dereferencing pointer to incomplete type ‘struct ucontext’ + +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’ \ No newline at end of file |