Displaying 20 results from an estimated 24 matches for "vrsave".
2004 Oct 06
3
flac-1.1.1 completely broken on linux/ppc and on macosx if built with the standard toolchain (not xcode)
Sadly the latest optimization broke completely everything.
The asm code isn't gas compliant. the libFLAC linker script has a typo,
disabling the asm optimization and/or altivec won't let a correct build
anyway.
Instant fixes for the asm stuff:
sed -i -e"s:;:\#:" on the lpc_asm.s
to load address instead of addis+ori you could use
lis and la and PLEASE use the @l(register)
2004 Sep 10
1
altivec lpc_restore_signal
...ic loading; I still need to examine
; this issue, and there may be a more elegant method
stmw r31,-4(r1)
addi r9,r1,-28
li r31,0xf
andc r9,r9,r31 ; for quadword-aligned stack data
slwi r6,r6,2 ; adjust for word size
slwi r4,r4,2
add r4,r4,r8 ; r4 = data+data_len
mfspr r0,256 ; cache old vrsave
addis r31,0,hi16(0xfffffc00)
ori r31,r31,lo16(0xfffffc00)
mtspr 256,r31 ; declare VRs in vrsave
cmplw cr0,r8,r4 ; i<data_len
bc 4,0,L1400
; load coefficients into v0-v7 and initial history into v8-v15
li r31,0xf
and r31,r8,r31 ; r31: data%4
li r11,16
subf r31,r31,r11 ; r31: 4-(data%4...
2004 Mar 02
1
Immediate crash on Mac OS X 10.2.8
...001Code[1]: 0x8fe01280
Thread 0 Crashed:
#0 0x8fe01280 in halt
#1 0x8fe0329c in load_library_image
#2 0x8fe06134 in load_images_libraries
#3 0x8fe026e8 in load_executable_image
#4 0x8fe01410 in _dyld_init
PPC Thread State:
srr0: 0x8fe01280 srr1: 0x0002f030 vrsave: 0x00000000
xer: 0x20000000 lr: 0x8fe0a064 ctr: 0x8fe28f78 mq: 0x00000000
r0: 0x00000004 r1: 0xbffffa10 r2: 0x2400828c r3: 0x0000009f
r4: 0x00000000 r5: 0x0000009f r6: 0x0000290a r7: 0x726e6f20
r8: 0x66696c65 r9: 0x00000000 r10: 0xbffff78b r11: 0x00000026...
2003 Apr 02
1
bug report: bus error on Mac OS/X 10.2.3
...in 0x105dc
#11 0x00010804 in 0x10804
#12 0x000105dc in 0x105dc
#13 0x00010c28 in 0x10c28
#14 0x00009d64 in 0x9d64
#15 0x0000a38c in 0xa38c
#16 0x0000a6b8 in 0xa6b8
#17 0x00002700 in 0x2700
#18 0x00002580 in 0x2580
PPC Thread State:
srr0: 0x90004fb0 srr1: 0x0000f030 vrsave: 0x00000000
xer: 0x00000000 lr: 0x9001b2d0 ctr: 0x90004fa0 mq: 0x00000000
r0: 0x9001b2d0 r1: 0xbfffdfd0 r2: 0x28000242 r3: 0x00000070
r4: 0x00000008 r5: 0x00974a24 r6: 0x9001b340 r7: 0x9001b340
r8: 0x00111f56 r9: 0xffffffff r10: 0x00977f60 r11: 0xa0004374
r12:...
2006 Aug 10
2
Seeing dovecot crash under rc6, seems to go almost exactly every 2.5 hours...
...01006c io_loop_run + 48 (ioloop.c:273)
6 dovecot 0x00008c54 main + 1816 (main.c:577)
7 dovecot 0x000020a8 _start + 344 (crt.c:272)
8 dovecot 0x00001f4c start + 60
Thread 0 crashed with PPC Thread State 64:
srr0: 0x000000000000482c srr1:
0x100000000200d030 vrsave: 0x0000000000000000
cr: 0x84002404 xer: 0x0000000020000000 lr:
0x0000000000004810 ctr: 0x00000000901313a0
r0: 0x00000000000070b0 r1: 0x00000000bffff320 r2:
0x0000000000024810 r3: 0x0000000000000000
r4: 0x000000000006f380 r5: 0x0000000000000001 r6:
0x000000000000000...
2008 Sep 23
2
(not quite) reproducible segfaults in 3.0.3
In debian bug #498083 (http://bugs.debian.org/498083) someone is getting
segfaults reasonably consistently, however when using -vvvv it doesn't
happen...
Fortunately Sven was able to get a good backtrace. I can't quite see
what's causing the problem; it does seem to be related to xattrs.
Please see the bugs report at the url above for the details.
Any help much appreciated.
Paul
2003 Mar 17
1
R-devel on Darwin
...in Rf_eval (eval.c:453)
#59 0x000736e4 in setup_Rmainloop (main.c:577)
#60 0x00073850 in Rf_mainloop (main.c:622)
#61 0x000dc520 in main (system.c:102)
#62 0x00001a40 in _start (crt.c:267)
#63 0x000018c0 in start
PPC Thread State:
srr0: 0x0149995c srr1: 0x0200f030 vrsave: 0x00000000
xer: 0x00000000 lr: 0x0149990c ctr: 0x01468fdc mq: 0x00000000
r0: 0x00000a9b r1: 0xbfff42d0 r2: 0x0000010d r3: 0x03caf683
r4: 0x00fe698d r5: 0x00000000 r6: 0x01563880 r7: 0x00000000
r8: 0x00000000 r9: 0x00000000 r10: 0x0156391c r11: 0x00003c58...
2009 Feb 03
4
v1.1.11 released
http://dovecot.org/releases/1.1/dovecot-1.1.11.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.11.tar.gz.sig
Hopefully this v1.1 release will last a few months.
- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
not to save keywords.
- dbox: INTERNALDATE and save date was returned wrong for converted
maildir files.
- auth: Using "username" or
2009 Feb 03
4
v1.1.11 released
http://dovecot.org/releases/1.1/dovecot-1.1.11.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.11.tar.gz.sig
Hopefully this v1.1 release will last a few months.
- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients
not to save keywords.
- dbox: INTERNALDATE and save date was returned wrong for converted
maildir files.
- auth: Using "username" or
2006 Nov 08
1
MacOS X and quota-plugin
...0x0000fd38 main + 1740 (main.c:241)
6 imap 0x00001df4 _start + 348 (crt.c:272)
7 imap 0x00001c94 start + 60
Thread 0 crashed with PPC Thread State 64:
srr0: 0x0000000000256ca8 srr1:
0x000000000200f030 vrsave: 0x0000000000000000
cr: 0x48000244 xer: 0x0000000000000004 lr:
0x0000000000256c94 ctr: 0x0000000000256c88
r0: 0x0000000000273700 r1: 0x00000000bffff410 r2:
0x0000000000000000 r3: 0x0000000000501e10
r4: 0x0000000000000010 r5: 0x0000000000000010 r6:
0x000000...
2004 Jun 05
1
Crash in OSX (PR#6940)
...0x000818d8 run_Rmainloop + 0x78 (main.c:654)
16 R.bin 0x000ed7bc main + 0x14 (system.c:102)
17 R.bin 0x0000204c _start + 0x17c (crt.c:267)
18 R.bin 0x00001ecc start + 0x30
PPC Thread State:
srr0: 0x90006e70 srr1: 0x0200f030 vrsave: 0x00000000
cr: 0x44022244 xer: 0x20000000 lr: 0x0048699c ctr: 0x90006e20
r0: 0x0048699c r1: 0xbffff060 r2: 0x000001f4 r3: 0x00000005
r4: 0x00000001 r5: 0x00000004 r6: 0x0000007d r7: 0x004b6870
r8: 0x004b6870 r9: 0x00000005 r10: 0x004b6870 r11: 0x00494a34
r12:...
2014 Jun 04
2
Re: libguestfs supermin error
...0000000 0000000000000000 0000000000000000 0000000000000000
FPR24 0000000000000000 0000000000000000 0000000000000000 0000000000000000
FPR28 0000000000000000 0000000000000000 0000000000000000 0000000000000000
FPSCR 0000000000000000
SRR0 0000000000000000 SRR1 0000000000000000 PVR 0000000080400010
VRSAVE 0000000000000000
SPRG0 0000000000000000 SPRG1 0000000000000000 SPRG2 0000000000000000
SPRG3 0000000000000000
SPRG4 0000000000000000 SPRG5 0000000000000000 SPRG6 0000000000000000
SPRG7 0000000000000000
CSRR0 0000000000000000 CSRR1 0000000000000000 MCSRR0 0000000000000000
MCSRR1 0000000000000000...
2005 Jun 30
0
Fwd: Does not run under Mac OS X 10.3.9 (PR#7975)
...; 11 com.apple.AppKit 0x92f69b90 NSApplicationMain + 0x174
> 12 org.R-project.R 0x00002ba0 _start + 0x188 (crt.c:267)
> 13 dyld 0x8fe1a278 _dyld_start + 0x64
>
> PPC Thread State:
> srr0: 0x901c0f74 srr1: 0x0200f030 vrsave: 0x00000000
> cr: 0x22000448 xer: 0x00000002 lr: 0x901c0f6c ctr: 0x901c5acc
> r0: 0x901dcc74 r1: 0xbffff5f0 r2: 0x22000448 r3: 0x80000000
> r4: 0x80000000 r5: 0xbffff584 r6: 0x0003a348 r7: 0x0003a348
> r8: 0x0003a348 r9: 0x00000008 r10: 0xffffffff r11...
2005 Jun 17
1
R worked once, now will not open. Works in console, but won't graph. (PR#7953)
...ding)
loadNibNamed:owner:] + 0x174
14 com.apple.AppKit 0x92f69b90 NSApplicationMain + 0x174
15 org.R-project.R 0x00002ba0 _start + 0x188 (crt.c:267)
16 dyld 0x8fe1a278 _dyld_start + 0x64
PPC Thread State:
srr0: 0x9023dc44 srr1: 0x0202f030 vrsave: 0x00000000
cr: 0x22000248 xer: 0x00000007 lr: 0x901c2d08 ctr: 0x9023dc44
r0: 0x901c2d08 r1: 0xbffff710 r2: 0xa01c2be8 r3: 0xbff00000
r4: 0x00000000 r5: 0xbff00000 r6: 0x003eadd0 r7: 0x00000000
r8: 0x00000000 r9: 0x00000000 r10: 0x908321ac r11: 0xa0a20f9c
r12:...
2006 Aug 31
1
R crashes in Mac OS 10.4 when Find is used (PR#9192)
...0x9562ff70 +[WebFileDatabase _syncLoop:] + 176
7 com.apple.Foundation 0x92944194 forkThreadForFunction + 108
8 libSystem.B.dylib 0x9002bc28 _pthread_body + 96
Thread 0 crashed with PPC Thread State 64:
srr0: 0x000000009295f120 srr1: 0x000000000202f030
vrsave: 0x0000000000000000
cr: 0x24000442 xer: 0x0000000000000004 lr: 0x000000009295f0f8
ctr: 0x0000000092921264
r0: 0x0000000000000000 r1: 0x00000000bfffeff0 r2: 0x00000000a291e508
r3: 0x00000000a2942b88
r4: 0x0000000090a4dff0 r5: 0x0000000092920844 r6: 0x00000000bfffec2...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
...0x95665410 +[WebFileDatabase
_syncLoop:] + 176
7 com.apple.Foundation 0x928e66d4 forkThreadForFunction + 108
8 libSystem.B.dylib 0x9002b200 _pthread_body + 96
Thread 0 crashed with PPC Thread State 64:
srr0: 0x00000000067c42c0 srr1:
0x100000000200f030 vrsave: 0x0000000000000000
cr: 0x42022448 xer: 0x0000000020000000 lr:
0x00000000067c41c0 ctr: 0x0000000000000000
r0: 0x0000000000003840 r1: 0x00000000bfffc580 r2:
0x00000000075f9e98 r3: 0x0000000000000000
r4: 0x00000000075f9858 r5: 0x00000000075f8598 r6:
0x000000...
2005 Jan 29
4
A couple of points about flac 1.1.1 on ppc/linux/altivec
On Thu, 27 Jan 2005, John Steele Scott wrote:
> That looks fine to me as well. However, the best solution is something which
> Luca suggested a few months ago, which is to use the functions defined in
> altivec.h. These are C functions which map directly to Altivec machine
> instructions. I am willing to help out, but I don't find the current lpc_asm.s
> very easy to follow, and
2007 Nov 23
1
MacOSX 10.4.11 update breaks tests/lapack.R (R 2.6.0)? (PR#10454)
...eration + 332
74 libR.dylib 0x003cff04 run_Rmainloop + 212
75 R 0x00001d80 main + 48
76 R 0x00001a9c _start + 760
77 R 0x000017a0 start + 48
Thread 0 crashed with PPC Thread State 64:
srr0: 0x00000000920fc374 srr1: 0x000000000000f030
vrsave: 0x0000000000000000
cr: 0x28002224 xer: 0x0000000000000004 lr:
0x00000000920f7864 ctr: 0x00000000920f7828
r0: 0x000000003fd60f2c r1: 0x00000000bfff24c0 r2:
0x0000000001384074 r3: 0x0000000002afe818
r4: 0x0000000001384074 r5: 0x000000003ff00000 r6:
0x000000000138407...
2005 May 03
1
Problem: R lässt sich nicht starten
Hallo,
ich schreibe einfach mal deutsch, und hoffe dass Du das auch verstehst
(if not write me back in English).
OS X 10.3.9
Ich habe R 2.1.0 installiert, und das Programm hat auch funktioniert.
Will wenig sp??ter wieder mit R arbeiten, es l??sst sich aber nicht mehr
starten. "Das Programm R wurde unerwartet beendet", w??hrend ich versuche
es durch Doppelklicken auf das R.app-symbol
2005 Jul 26
1
beginner finds a bug - crash induced. (PR#8035)
...RunLoop run] + 0x4c
6 com.apple.WebKit 0x916eb584 +[WebFileDatabase _syncLoop:] + 0xa8
7 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c
8 libSystem.B.dylib 0x90024910 _pthread_body + 0x28
PPC Thread State:
srr0: 0x010665c8 srr1: 0x0200f030 vrsave: 0x00000000
cr: 0x44044248 xer: 0x00000004 lr: 0x0106652c ctr: 0x01066524
r0: 0x00000001 r1: 0xbfffe790 r2: 0x011eb350 r3: 0x00000000
r4: 0x0445f718 r5: 0x01847fb0 r6: 0x00000000 r7: 0x636b00ac
r8: 0x011eafec r9: 0x00001388 r10: 0x00419000 r11: 0x011993a4
r12:...