summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/mistranslation/1084148
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/mistranslation/1084148')
-rw-r--r--results/classifier/deepseek-2-tmp/output/mistranslation/108414844
1 files changed, 44 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/mistranslation/1084148 b/results/classifier/deepseek-2-tmp/output/mistranslation/1084148
new file mode 100644
index 000000000..1db4da718
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/mistranslation/1084148
@@ -0,0 +1,44 @@
+
+Qt5 Beta 1 QProcess start and execute causes segmentation fault on armhf
+
+Steps
+1) pbuilder-dist quantal armhf create
+2) add ppa from https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta1 to the pbuilder
+2.0) pbuilder-dist quantal armhf login
+2.1) apt-get install software-properties-common
+2.2) apt-add-repository ppa:canonical-qt5-edgers/qt5-beta1
+2.3) apt-get update
+3) apt-get install qtbase qtdeclarative qttools bzr
+4) bzr branch lp:~juhapekka-piiroinen/+junk/qemu-crash
+5) cd qemu-crash; /opt/qt5/bin/qmake; make; ./untitled
+
+Expected Result:
+Would execute 'ls'
+
+Actual result:
+# ./untitled 
+qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+Segmentation fault (core dumped)
+
+Note: this code works on i386, amd64 and armel.
+
+Packages:
+$ apt-cache policy qemu-user-static
+qemu-user-static:
+  Installed: 1.2.0-2012.09-0ubuntu1
+  Candidate: 1.2.0-2012.09-0ubuntu1
+  Version table:
+ *** 1.2.0-2012.09-0ubuntu1 0
+        500 http://fi.archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
+        100 /var/lib/dpkg/status
+     1.2.0-2012.09-0ubuntu1~linaro1 0
+        500 http://ppa.launchpad.net/linaro-maintainers/tools/ubuntu/ quantal/main amd64 Packages
+
+# apt-cache policy qtbase
+qtbase:
+  Installed: 5.0-release~beta+20120831-1ubuntu54
+  Candidate: 5.0-release~beta+20120831-1ubuntu54
+  Version table:
+ *** 5.0-release~beta+20120831-1ubuntu54 0
+        500 http://ppa.launchpad.net/canonical-qt5-edgers/qt5-beta1/ubuntu/ quantal/main armhf Packages
+        100 /var/lib/dpkg/status
\ No newline at end of file