summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1738202
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:24:58 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:27:06 +0000
commit33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch)
tree406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1738202
parentadedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff)
downloadqemu-analysis-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz
qemu-analysis-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1738202')
-rw-r--r--results/scraper/launchpad-without-comments/173820231
1 files changed, 31 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1738202 b/results/scraper/launchpad-without-comments/1738202
new file mode 100644
index 000000000..77b5520b7
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1738202
@@ -0,0 +1,31 @@
+qemu 2.11 segfaults on elf file that worked with qemu2.7
+
+running on cygwin in Windows 7
+
+QEMU 2.10.93 segfaults:
+$ /opt/qemu2.11/qemu-system-arm -M integratorcp -cpu cortex-m4 -semihosting -nographic -monitor null -serial null -no-reboot -kernel MFWso_Cycle_f1uP2_CUNIT_0.elf
+Segmentation fault
+
+where QEMU 2.7.0 worked:
+$ /opt/qemu2.7/qemu-system-arm -M integratorcp -cpu cortex-m4 -semihosting -nographic -monitor null -serial null -no-reboot -kernel MFWso_Cycle_f1uP2_CUNIT_0.elf
+------------ CUnit_MFWso_Cycle_f1 ------------
+
+
+     CUnit - A Unit testing framework for C - Version 2.1-0
+     http://cunit.sourceforge.net/
+
+
+Suite: Suite_MFWso_Cycle_f1
+  Test: MFWso_Cycle_f1() ... passed
+  Test: MFWso_GetPhysicalStateData() ... passed
+  Test: MFWso_GetOutputData() ... passed
+  Test: MFWso_GetSafeChannelOK() ... passed
+
+--Run Summary: Type      Total     Ran  Passed  Failed
+               suites        1       1     n/a       0
+               tests         4       4       4       0
+               asserts      54      54      54       0
+
+----------------------------------------
+
+Omitting the -cpu parameter results (for both versions) to hang of qemu (no output, no end, full cpu load).
\ No newline at end of file