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/988909 | |
| 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/988909')
| -rw-r--r-- | results/scraper/launchpad-without-comments/988909 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/988909 b/results/scraper/launchpad-without-comments/988909 new file mode 100644 index 00000000..70c93f27 --- /dev/null +++ b/results/scraper/launchpad-without-comments/988909 @@ -0,0 +1,16 @@ +Assert failed in arp_table.c + + +With latest git (8001954) hen running: + +qemu-system-64 -hda $VDISK -kernel arch/x86/boot/bzImage \ + -append "ro root=/dev/hda1 console=ttyS0 init=/bin/systemd" \ + -curses \ + -net nic -smp 3 -m 312 $@ + +I'm getting this: + + qemu-system-x86_64: slirp/arp_table.c:75: arp_table_search: Assertion `(ip_addr & (__extension__ ({ register unsigned int __v, __x = (~(0xf << 28)); if (__builtin_constant_p (__x)) __v = ((((__x) & 0xff000000) >> 24) | (((__x) & 0x00ff0000) >> 8) | (((__x) & 0x0000ff00) << 8) | (((__x) & 0x000000ff) << 24)); else __asm__ ("bswap %0" : "=r" (__v) : "0" (__x)); __v; }))) != 0' failed. + +Bug #824650 seems to be related to this one, but it is not. Fix for that one is already upstream. +I can help on testing. \ No newline at end of file |