similar to: stack still executable on some arches?

Displaying 20 results from an estimated 70 matches similar to: "stack still executable on some arches?"

2011 Mar 30
1
WiKi V2
Hi, small question: Will the WiKi of the version 2 be updated shortly? Many things are not right at all. This would be really very nice. Many thanks in advance. -- Mit freundlichen Gr??en, Jim Knuth P.S.: Bitte senden Sie KEINE HTML-Mails! Zufallszitat: Das Schweigen von gestern rechtfertigt nie das Schweigen von heute. (Otto Schily)
2009 Jul 13
1
Ubuntu und R
Hallo Zusammen, hatte gestern die Schnauze voll von Vista und habe mir daraufhin Ubuntu installiert. Bin also mit Ubuntu ?berhaupt nicht vertraut. Nun habe ich ohne Erfolg versucht, R zu installieren. Soweit ich der Anleitung folgen konnte habe ich es so wie auf http://wiki.ubuntuusers.de/R gemacht. Im Terminal kann ich R problemlos starten. Allerdings bei der Installation von
2008 Jun 22
2
Problem with Gothic2
Hi, i got a problem with gothic2. after installing i tried to start the game. i got this: Code: wine Gothic2.exe wine: Unhandled page fault on execute access to 0x0166fd78 at address 0x166fd78 (thread 0009), starting debugger... Unhandled exception: page fault on execute access to 0x0166fd78 in 32-bit code (0x0166fd78). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
2008 Mar 28
2
Gothic2 doesnt work
Hey, Everytime i want to start the game "Gothic 2", i got the following error [Image: http://www.petiz.de/fehler_g2_wine.png ] This is what the shell says: > peter at peter:~/.wine/drive_c/Spiele/Gothic II/system$ wine Gothic2.exe > fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer > fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation
2001 May 20
0
SDMI takes break on portable players...
OK, this news isn't specifically Vorbis related but it is interesting since SDMI players were supposed to play only "authorized" content (SDMI phase 2). ------------------ Los Angeles Times Saturday, May 19, 2001 Initiative to Bar Pirated Music on Portable Players Takes Break Technology: Coalition fails to reach a consensus on method for detecting unauthorized copies of songs.
2014 Sep 05
0
pread and pwrite syscalls fix for 32bit arches, patch attached
Source: klibc Version: 2.0.2 Severity: important Tags: Patch On the hppa arch (32bit userspace and 32 or 64bit kernel), the fstype program fails to detect the filesystem. The reason for this failure is, that fstype calls the pread() syscall, which has on some architectures with 32bit userspace a different calling syntax. I noticed this bug on hppa, but I assume s390 (32bit) and others might run
2014 Sep 24
1
Bug#762712: xen: FTBFS on all arches
Source: xen Version: 4.4.1-1 Severity: serious Justification: FTBFS Hello, Your package fails to build from source on Debian autobuilder network. Please check your package build logs at: <https://buildd.debian.org/status/package.php?p=xen&suite=sid> install: cannot stat 'debian/xen-utils-4.4.lintian-overrides': No such file or directory debian/rules.real:201: recipe
2015 Nov 27
0
auth_request_get_var_expand test fails on big endian arches.
On 02 Nov 2015, at 15:28, Rafael dos Santos <rdossant at redhat.com> wrote: > > Hi, > > when running the tests in a big endian machine, I get the following error: > > 0 / 1 tests failed > test-auth-request-var-expand.c:99: Assert failed: strcmp(str_c(str), > test_output) == 0 > test-auth-request-var-expand.c:104: Assert failed: strcmp(str_c(str), >
2015 Nov 27
1
auth_request_get_var_expand test fails on big endian arches.
Hi, On 27 November 2015 at 13:42, Timo Sirainen <tss at iki.fi> wrote: > On 02 Nov 2015, at 15:28, Rafael dos Santos <rdossant at redhat.com> wrote: > > > > Hi, > > > > when running the tests in a big endian machine, I get the following > error: > > > > 0 / 1 tests failed > > test-auth-request-var-expand.c:99: Assert failed:
2015 Nov 02
2
auth_request_get_var_expand test fails on big endian arches.
Hi, when running the tests in a big endian machine, I get the following error: 0 / 1 tests failed test-auth-request-var-expand.c:99: Assert failed: strcmp(str_c(str), test_output) == 0 test-auth-request-var-expand.c:104: Assert failed: strcmp(str_c(str), test_output) == 0 auth request var expand short and long ............................... : FAILED test: random seed #1 was 1446803094 auth
2005 Mar 12
0
Apt and multilib arches (in CentOS-4)
On Sat, 2005-03-12 at 20:08 +0800, Mark Quitoriano wrote: > may i ask what''s the centos apt address? > I changed the name of this thread so I can explain where apt is and when it can be used in CentOS. Apt is currently only supported in CentOS-4 and only on the i386 arch. apt, apt-devel and synaptic are "extras" packages for CentOS-4.0 i386. That means they are included
2019 Jan 20
0
[klibc:master] Use -Ttext-segment to link shared library on all arches
Commit-ID: 72d6d78a8f0d24a64911c246487402c81b4beb9d Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=72d6d78a8f0d24a64911c246487402c81b4beb9d Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Sun, 20 Jan 2019 19:41:47 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sun, 20 Jan 2019 21:15:17 +0000 [klibc] Use -Ttext-segment to link
2012 Jun 06
9
[PATCH] virtio-net: fix a race on 32bit arches
From: Eric Dumazet <edumazet at google.com> commit 3fa2a1df909 (virtio-net: per cpu 64 bit stats (v2)) added a race on 32bit arches. We must use separate syncp for rx and tx path as they can be run at the same time on different cpus. Thus one sequence increment can be lost and readers spin forever. Signed-off-by: Eric Dumazet <edumazet at google.com> Cc: Stephen Hemminger
2012 Jun 06
9
[PATCH] virtio-net: fix a race on 32bit arches
From: Eric Dumazet <edumazet at google.com> commit 3fa2a1df909 (virtio-net: per cpu 64 bit stats (v2)) added a race on 32bit arches. We must use separate syncp for rx and tx path as they can be run at the same time on different cpus. Thus one sequence increment can be lost and readers spin forever. Signed-off-by: Eric Dumazet <edumazet at google.com> Cc: Stephen Hemminger
2009 Nov 01
4
convert list to Dataframe
Hi. I have a huge list called twitter: > dim(twitter) NULL > str(twitter) List of 1 $ :Classes 'PlainTextDocument', 'TextDocument', 'character' atomic [1:35575] 11999;10:47:14;20;10;2009;ObamaLouverture;Trails Mixed Lessons For Governance From Campaigner-in-chief: President obama jumps campaign 09 tuesday..
2015 Jun 23
0
Bug#789683: klibc: fix mips build with fpxx enabled
James Cowgill dixit: >klibc does this when it saves all the FPU registers in its setjmp Hm, shouldn?t klibc not use the FPU at all? AFAIK it was unsupported to use it. bye, //mirabilos -- <hecker> cool ein Ada Lovelace Google-Doodle. aber zum 197. Geburtstag? H?tten die nicht noch 3 Jahre warten k?nnen? <mirabilos> bis dahin gibts google nicht mehr <hecker> ja, k?nnte man
2003 May 22
1
tagging parts
could somebody please advise me on the following thing: there's one ogg vorbis music file (a long mix). it is split into many parts with tobias' ogg cutter. the parts get tagged and the many files are again combined into one. the purpose of this would be that when playing back the such combined file, the player should display the individual tags while it's still a single track.
2005 Jan 18
0
address statistics
Guten Tag Im Rahmen einer Studienarbeit an der Hochschule fuer Technik in Rapperswil (HSR), zum Thema SPAM, haben wir Ihre E-Mail Adresse auf einer CD-ROM gefunden welche bei EBay gehandelt wird (Adresshandel). Wir haben insbesondere alle E-Mail Adressen von Schweizer Unis und ETHs herausgesucht. Nun ist es fuer unsere Statistik wichtig, dass wir wissen welche der gefundenen Adressen noch aktiv
2005 Jan 18
0
address statistics
Guten Tag Im Rahmen einer Studienarbeit an der Hochschule fuer Technik in Rapperswil (HSR), zum Thema SPAM, haben wir Ihre E-Mail Adresse auf einer CD-ROM gefunden welche bei EBay gehandelt wird (Adresshandel). Wir haben insbesondere alle E-Mail Adressen von Schweizer Unis und ETHs herausgesucht. Nun ist es fuer unsere Statistik wichtig, dass wir wissen welche der gefundenen Adressen noch aktiv
2009 Jun 24
7
Remuestreo de Clusters
Buenos dias para todos, Estoy trabajando en una aplicación que involucra análisis de clusters. Básicamente el objetivo es determinar a qué cluster pertenece cada observación de una matriz de datos "mydata" y luego generar muestras aleatorias de los mismos datos para determinar la proporción de veces que cada observación es clasificada en el cluster k. Este tipo de análisis es muy común