summary refs log tree commit diff stats
path: root/results/scraper/fex/93
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-17 09:10:43 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-17 09:10:43 +0200
commitf2ec263023649e596c5076df32c2d328bc9393d2 (patch)
tree5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/93
parent63d2e9d409831aa8582787234cae4741847504b7 (diff)
downloadqemu-analysis-main.tar.gz
qemu-analysis-main.zip
add downloaded fex bug-reports HEAD main
Diffstat (limited to '')
-rw-r--r--results/scraper/fex/934
-rw-r--r--results/scraper/fex/9304
-rw-r--r--results/scraper/fex/9314
-rw-r--r--results/scraper/fex/9322
-rw-r--r--results/scraper/fex/9342
-rw-r--r--results/scraper/fex/9352
6 files changed, 18 insertions, 0 deletions
diff --git a/results/scraper/fex/93 b/results/scraper/fex/93
new file mode 100644
index 000000000..144376c12
--- /dev/null
+++ b/results/scraper/fex/93
@@ -0,0 +1,4 @@
+Refactor everything to agnostic of CPUState structure layout
+Currently, a lot of code implicitly depends on CPUState layout. Assumptions are smeared throughout the codebase.

+

+It would be nice to allow the layout of CPUState to be changed from a single place.
\ No newline at end of file
diff --git a/results/scraper/fex/930 b/results/scraper/fex/930
new file mode 100644
index 000000000..9d56423b4
--- /dev/null
+++ b/results/scraper/fex/930
@@ -0,0 +1,4 @@
+binfmt_misc switch to POCF flags
+We are currently CF only.

+P and O add additional niceties that we want.

+O specifically can let us early redirect uses of /proc/self/exe which is nice.
\ No newline at end of file
diff --git a/results/scraper/fex/931 b/results/scraper/fex/931
new file mode 100644
index 000000000..d410bb937
--- /dev/null
+++ b/results/scraper/fex/931
@@ -0,0 +1,4 @@
+Shapez.IO electron container execve /proc/self/exe
+We miss this redirect.

+We should early redirect what /proc/self/exe is so this just works.

+#930 might be helpful here.
\ No newline at end of file
diff --git a/results/scraper/fex/932 b/results/scraper/fex/932
new file mode 100644
index 000000000..9cc063828
--- /dev/null
+++ b/results/scraper/fex/932
@@ -0,0 +1,2 @@
+Scourgebringer crashes in its bash shell
+Haven't investigated why it crashes, just that it happens inside of its bash script when launched.
\ No newline at end of file
diff --git a/results/scraper/fex/934 b/results/scraper/fex/934
new file mode 100644
index 000000000..23081b94f
--- /dev/null
+++ b/results/scraper/fex/934
@@ -0,0 +1,2 @@
+Change default visibility to hidden
+We expose too many symbols. Change everything to hidden
\ No newline at end of file
diff --git a/results/scraper/fex/935 b/results/scraper/fex/935
new file mode 100644
index 000000000..acc7a637a
--- /dev/null
+++ b/results/scraper/fex/935
@@ -0,0 +1,2 @@
+AppImage support?
+Slipstream is an AppImage game. Why doesn't it work?
\ No newline at end of file