[Mplayer-advusers] Fw: Re: [MPlayer-users] mplayer & Solaris 8

Attila Kinali kinali at gmx.net
Tue Mar 5 20:18:39 CET 2002


Hi People,

I'm finaly back from holidays, trying to get my mails read :-)

This is something rather old, maybe still unfixed, dont know.


		Attila Kinali

PS: expect a mail flood tomorrow ;)



Begin forwarded message:

Date: Tue, 19 Feb 2002 17:04:10 +0100 (CET)
From: Attila Bardi <battila at bmk.hu>
To: Attila Kinali <kinali at gmx.net>
Subject: Re: [MPlayer-users] mplayer & Solaris 8



> > the stuff is working on my SUN but when i played dvd it stop and when
> > i start without sound it works (little bit slow but work) :-(
> > just when i play dvd anything else is ok (slow).
> >
> > Do you have any idea? Or maybe i missed some RTFM?
> > MPlayer interrupted by signal 10 in module: init_audio_codec
> > *** free_stream() called ***
> > max framesize was 0 bytes
>
> Can you provide a backtrace, ie gdb output ?
> (dont forget to recompile with --enable-debug)

Hello,

az igazsaghoz ez is hozzatartozik:

euclides:~> /usr/platform/sun4u/sbin/prtdiag -v
System Configuration: Sun Microsystems  sun4u SUNW,Sun-Blade-1000
(UltraSPARC-III)
System clock frequency: 150 MHZ
Memory size: 512MB

==================================== CPUs ====================================
               E$          CPU     CPU       Temperature
CPU  Freq      Size        Impl.   Mask     Die    Ambient
---  --------  ----------  ------  ----  --------  --------
 0    750 MHz  8MB         US-III   5.4     79 C     28 C

================================= IO Devices =================================
     Bus   Freq
Brd  Type  MHz   Slot  Name                              Model
---  ----  ----  ----  -------------------------------- ----------------------
 0   upa   120     0   FFB, Double Buffered (display)    SUNW,501-4788
 0   pci    33     2   atm-pci1033,9080.10b5.9080.2
 0   pci    66     4   SUNW,qlc-pci1077,2200.5 (scsi-fc+
 0   pci    33     5   ebus/parallel-ns87317-ecpp (para+
 0   pci    33     5   ebus/serial-sab82532 (serial)
 0   pci    33     5   network-pci108e,1101.1 (network)  SUNW,pci-eri
 0   pci    33     5   firewire-pci108e,1102.1001 (fire+
 0   pci    33     6   scsi-pci1000,f.37 (scsi-2)
 0   pci    33     6   scsi-pci1000,f.37 (scsi-2)

============================ Memory Configuration ============================
Segment Table:
-----------------------------------------------------------------------
Base Address       Size       Interleave Factor  Contains
-----------------------------------------------------------------------
0x0                512MB             2           BankIDs 0,2



Bank Table:
-----------------------------------------------------------
           Physical Location
ID       ControllerID  GroupID   Size       Interleave Way
-----------------------------------------------------------
0        0             0         256MB           0
2        0             0         256MB           1

Memory Module Groups:
--------------------------------------------------
ControllerID   GroupID  Labels
--------------------------------------------------
0              0        J0100,J0202,J0304,J0406

=============================== usb Devices ===============================

Name          Port#
------------  -----
keyboard        3
mouse           4

============================ Environmental Status ============================
Fan Speeds:
----------------------------
Fan Device            Speed
----------------------------
system                  34%
cpu                     52%
power-supply           100%

================================ HW Revisions ================================
ASIC Revisions:
---------------
pci: Rev 3
pci: Rev 3
ebus: Rev 1

FFB Hardware Configuration:
-----------------------------------
Board rev: 2
FBC version: 0x3241906d
DAC: Brooktree 9070, version 1
3DRAM: Mitsubishi 130b, version 2

System PROM revisions:
----------------------
OBP 4.0.40 2000/11/29 18:02
POST 4.1.6 2000/10/03 02:46
euclides:~>

--[]---

Na akkor a debug:

--[]--
system stream synced at 0x0 (13)!
==> Found video stream: 0
Detected MPEG-PS file format!
==> Found audio stream: 128
Searching for sequence header... OK!
VIDEO:  MPEG2  704x576  (aspect 3)  25.00 fps  10312.5 kbps (1289.1
kbyte/s)
[V] filefmt:2  fourcc:0x10000002  size:704x576  fps:25.00  ftime:=0.0400
Detected audio codec: [a52] drv:14 (AC3-liba52)
Initializing audio codec...
dec_audio: Allocating 6144 + 65536 = 71680 bytes for output buffer
No accelerated IMDCT transform found
AC3: 5.1 (3f+2r+lfe)  48000 Hz  448.0 kbit/s
A52 flags before a52_frame: 0x2A

Program received signal SIGSEGV, Segmentation fault.
0x35190 in a52_frame (state=0xeb694, buf=0xdfc00 "", flags=0xffbee454, level=0xffbee450, bias=384) at bitstream.h:69
69          uint32_t result= swab32( *(uint32_t *)(((uint8_t *)buffer_start)+(indx>>3)) );
(gdb) bt
#0  0x35190 in a52_frame (state=0xeb694, buf=0xdfc00 "", flags=0xffbee454, level=0xffbee450, bias=384) at bitstream.h:69
#1  0x19d34 in init_audio (sh_audio=0x2ebba0) at dec_audio.c:583
#2  0x14ffc in main (argc=4, argv=0xffbefae4, envp=0xffbefaf8) at
mplayer.c:1030
(gdb) disass $eip-32 $eip+32
Argument to arithmetic operation not a number or boolean.
(gdb)

Szoval a gdb nem teljesen muxik, ezert kiprobaltam a ddd-t:
a bactrace mondta:
#2  0x14ffc in main () at mplayer.c:1030
#1  0x19d34 in init_audio () at dec_audio.c:583
#0  0x35190 in a52_frame () at bitstream.h:69

Gondolom ez megvan nektek, de azert :

#2
  if(sh_audio){
    mp_msg(MSGT_CPLAYER,MSGL_V,"Initializing audio codec...\n");
->  if(!init_audio(sh_audio)){
      mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CouldntInitAudioCodec);
      sh_audio=d_audio->sh=NULL;

Dump of assembler code from 0x14ffc to 0x150fc:
->  0x14ffc <main+5596>:	cmp  %o0, 0
    0x15000 <main+5600>:	bne  0x1502c <main+5644>
    0x15004 <main+5604>:	ld  [ %i5 + 0x344 ], %o0
    0x15008 <main+5608>:	sethi  %hi(0xac800), %o1
    0x1500c <main+5612>:	mov  0x101, %o0
    0x15010 <main+5616>:	call  0x19140 <mp_msg_c>
    0x15014 <main+5620>:	or  %o1, 0x370, %o1
    0x15018 <main+5624>:	sethi  %hi(0xd5400), %g3
    0x1501c <main+5628>:	ld  [ %g3 + 0x338 ], %o0	! 0xd5738 <d_audio.91>
    0x15020 <main+5632>:	clr  [ %o0 + 0x58 ]
    0x15024 <main+5636>:	b  0x1505c <main+5692>
    0x15028 <main+5640>:	clr  [ %i5 + 0x344 ]
    0x1502c <main+5644>:	ld  [ %o0 + 0x24 ], %o1
    0x15030 <main+5648>:	ld  [ %o0 + 0x14 ], %o2
    0x15034 <main+5652>:	ld  [ %o0 + 0x1c ], %o3
    0x15038 <main+5656>:	ld  [ %o0 + 0x18 ], %o4
    0x1503c <main+5660>:	ld  [ %o0 + 0x40 ], %o5
    0x15040 <main+5664>:	st  %o1, [ %sp + 0x5c ]
    0x15044 <main+5668>:	ld  [ %o0 + 0x20 ], %g2
    0x15048 <main+5672>:	sethi  %hi(0xac800), %o1
    0x1504c <main+5676>:	st  %g2, [ %sp + 0x60 ]
    0x15050 <main+5680>:	or  %o1, 0x3a0, %o1
    0x15054 <main+5684>:	call  0x19140 <mp_msg_c>
    0x15058 <main+5688>:	mov  0x104, %o0
    0x1505c <main+5692>:	sethi  %hi(0xd4800), %o1
    0x15060 <main+5696>:	or  %l7, 0x3e0, %o0
    0x15064 <main+5700>:	st  %o0, [ %o1 + 0xe4 ]
    0x15068 <main+5704>:	ld  [ %l4 + 0x4c ], %o2
    0x1506c <main+5708>:	ld  [ %l6 + 0x348 ], %o1
    0x15070 <main+5712>:	cmp  %o2, -1
    0x15074 <main+5716>:	be  0x1508c <main+5740>
    0x15078 <main+5720>:	clr  [ %o1 + 8 ]
    0x1507c <main+5724>:	sethi  %hi(0xac800), %o1
    0x15080 <main+5728>:	or  %o1, 0x3f8, %o1	! 0xacbf8 <_lib_version+4616>
    0x15084 <main+5732>:	call  0x19140 <mp_msg_c>
    0x15088 <main+5736>:	mov  0x104, %o0
    0x1508c <main+5740>:	mov  -1, %l0
    0x15090 <main+5744>:	clr  %l2
    0x15094 <main+5748>:	mov  %l6, %l1
    0x15098 <main+5752>:	sethi  %hi(0xacc00), %l3
    0x1509c <main+5756>:	sethi  %hi(0xacc00), %l5
    0x150a0 <main+5760>:	sethi  %hi(0xac800), %l7
    0x150a4 <main+5764>:	ld  [ %l6 + 0x348 ], %o0
    0x150a8 <main+5768>:	ld  [ %o0 + 0x74 ], %o2
    0x150ac <main+5772>:	ld  [ %o0 + 4 ], %o0
    0x150b0 <main+5776>:	cmp  %o2, 0
    0x150b4 <main+5780>:	be  0x150c0 <main+5792>
    0x150b8 <main+5784>:	clr  %o1
    0x150bc <main+5788>:	add  %o2, 0x10, %o1
    0x150c0 <main+5792>:	ld  [ %l1 + 0x348 ], %o3
    0x150c4 <main+5796>:	ld  [ %o3 + 8 ], %o2
    0x150c8 <main+5800>:	call  0x1fcb4 <find_codec>
    0x150cc <main+5804>:	clr  %o3
    0x150d0 <main+5808>:	mov  %o0, %o2
    0x150d4 <main+5812>:	ld  [ %l1 + 0x348 ], %o3
    0x150d8 <main+5816>:	cmp  %o2, 0
    0x150dc <main+5820>:	bne  0x15160 <main+5952>
    0x150e0 <main+5824>:	st  %o2, [ %o3 + 8 ]
    0x150e4 <main+5828>:	ld  [ %l4 + 0x4c ], %o0
    0x150e8 <main+5832>:	cmp  %o0, -1
    0x150ec <main+5836>:	be  0x15108 <main+5864>
    0x150f0 <main+5840>:	mov  0x102, %o0
    0x150f4 <main+5844>:	call  0x19140 <mp_msg_c>
    0x150f8 <main+5848>:	or  %l3, 0x30, %o1
End of assembler dump.


#1
   580   // test:
   581   flags=a52_flags|A52_ADJUST_LEVEL;
   582   mp_msg(MSGT_DECAUDIO,MSGL_V,"A52 flags before a52_frame: 0x%X\n",flags);
-> 583   if (a52_frame (&a52_state, sh_audio->a_in_buffer, &flags, &level, bias)){
   584     mp_msg(MSGT_DECAUDIO,MSGL_ERR,"a52: error decoding frame -> nosound\n");
   585     driver=0;break;
   586   }

Dump of assembler code from 0x19d14 to 0x19e14:
    0x19d14 <init_audio+1216>:	sethi  %hi(0xeb400), %o0
    0x19d18 <init_audio+1220>:	sethi  %hi(0x43c00000), %o4
    0x19d1c <init_audio+1224>:	or  %o0, 0x294, %o0
    0x19d20 <init_audio+1228>:	ld  [ %i0 + 0x28 ], %o1
    0x19d24 <init_audio+1232>:	add  %fp, -20, %o2
    0x19d28 <init_audio+1236>:	add  %fp, -24, %o3
    0x19d2c <init_audio+1240>:	call  0x350e8 <a52_frame>
    0x19d30 <init_audio+1244>:	mov  %o4, %o4
->  0x19d34 <init_audio+1248>:	cmp  %o0, 0
    0x19d38 <init_audio+1252>:	be  0x19d48 <init_audio+1268>
    0x19d3c <init_audio+1256>:	sethi  %hi(0xadc00), %o1
    0x19d40 <init_audio+1260>:	b  0x19ddc <init_audio+1416>
    0x19d44 <init_audio+1264>:	or  %o1, 0x230, %o1	! 0xade30 <frmsizecod_tbl+1282>
    0x19d48 <init_audio+1268>:	sethi  %hi(0xadc00), %o1
    0x19d4c <init_audio+1272>:	ld  [ %fp + -20 ], %o2
    0x19d50 <init_audio+1276>:	or  %o1, 0x258, %o1
    0x19d54 <init_audio+1280>:	call  0x19140 <mp_msg_c>
    0x19d58 <init_audio+1284>:	mov  0xc06, %o0
    0x19d5c <init_audio+1288>:	ld  [ %l0 + 0x174 ], %o0
    0x19d60 <init_audio+1292>:	ld  [ %fp + -20 ], %o1
    0x19d64 <init_audio+1296>:	call  0x34e54 <a52_resample_init>
    0x19d68 <init_audio+1300>:	ld  [ %i0 + 0x1c ], %o2
    0x19d6c <init_audio+1304>:	cmp  %o0, 0
    0x19d70 <init_audio+1308>:	bne,a   0x1a120 <init_audio+2252>
    0x19d74 <init_audio+1312>:	ld  [ %i0 + 0x1c ], %o0
    0x19d78 <init_audio+1316>:	sethi  %hi(0xadc00), %o1
    0x19d7c <init_audio+1320>:	b  0x19ddc <init_audio+1416>
    0x19d80 <init_audio+1324>:	or  %o1, 0x280, %o1	! 0xade80 <frmsizecod_tbl+1362>
    0x19d84 <init_audio+1328>:	sethi  %hi(0xd5800), %o1
    0x19d88 <init_audio+1332>:	call  0x34f04 <a52_init>
    0x19d8c <init_audio+1336>:	ld  [ %o1 + 0x174 ], %o0	! 0xd5974 <a52_accel>
    0x19d90 <init_audio+1340>:	sethi  %hi(0xeb400), %o1
    0x19d94 <init_audio+1344>:	cmp  %o0, 0
    0x19d98 <init_audio+1348>:	bne  0x19dac <init_audio+1368>
    0x19d9c <init_audio+1352>:	st  %o0, [ %o1 + 0x290 ]
    0x19da0 <init_audio+1356>:	sethi  %hi(0xadc00), %o1
    0x19da4 <init_audio+1360>:	b  0x19ddc <init_audio+1416>
    0x19da8 <init_audio+1364>:	or  %o1, 0x1d8, %o1	! 0xaddd8 <frmsizecod_tbl+1194>
    0x19dac <init_audio+1368>:	mov  0xf00, %o0
    0x19db0 <init_audio+1372>:	call  0xeae38 <malloc>
    0x19db4 <init_audio+1376>:	st  %o0, [ %i0 + 0x30 ]
    0x19db8 <init_audio+1380>:	st  %o0, [ %i0 + 0x28 ]
    0x19dbc <init_audio+1384>:	clr  [ %i0 + 0x2c ]
    0x19dc0 <init_audio+1388>:	call  0x19548 <a52_fillbuff>
    0x19dc4 <init_audio+1392>:	mov  %i0, %o0
    0x19dc8 <init_audio+1396>:	cmp  %o0, 0
    0x19dcc <init_audio+1400>:	bge  0x19df0 <init_audio+1436>
    0x19dd0 <init_audio+1404>:	mov  1, %o0
    0x19dd4 <init_audio+1408>:	sethi  %hi(0xadc00), %o1
    0x19dd8 <init_audio+1412>:	or  %o1, 0x1f0, %o1	! 0xaddf0 <frmsizecod_tbl+1218>
    0x19ddc <init_audio+1416>:	mov  0xc01, %o0
    0x19de0 <init_audio+1420>:	call  0x19140 <mp_msg_c>
    0x19de4 <init_audio+1424>:	clr  %l2
    0x19de8 <init_audio+1428>:	b  0x1a120 <init_audio+2252>
    0x19dec <init_audio+1432>:	ld  [ %i0 + 0x1c ], %o0
    0x19df0 <init_audio+1436>:	mov  4, %o1
    0x19df4 <init_audio+1440>:	st  %o0, [ %i0 + 0x1c ]
    0x19df8 <init_audio+1444>:	b  0x1a11c <init_audio+2248>
    0x19dfc <init_audio+1448>:	st  %o1, [ %i0 + 0x18 ]
    0x19e00 <init_audio+1452>:	ld  [ %i0 + 0x7c ], %o0
    0x19e04 <init_audio+1456>:	lduh  [ %o0 + 2 ], %o1
    0x19e08 <init_audio+1460>:	st  %o1, [ %i0 + 0x1c ]
    0x19e0c <init_audio+1464>:	ld  [ %o0 + 4 ], %o2
    0x19e10 <init_audio+1468>:	smul  %o1, %o2, %o1
End of assembler dump.

#0

    67 {
    68 #ifdef ALT_BITSTREAM_READER
->  69     uint32_t result= swab32( *(uint32_t *)(((uint8_t *)buffer_start)+(indx>>3)) );
    70
    71     result<<= (indx&0x07);
    72     result>>= 32 - num_bits;
    73     indx+= num_bits;
    74
    75     return result;
    76 #else

Dump of assembler code from 0x35190 to 0x35290:
->  0x35190 <a52_frame+168>:	ld  [ %o4 + %o1 ], %o0
    0x35194 <a52_frame+172>:	and  %o3, 7, %o2
    0x35198 <a52_frame+176>:	sll  %o0, %o2, %o0
    0x3519c <a52_frame+180>:	srl  %o0, 0x1e, %o0
    0x351a0 <a52_frame+184>:	sethi  %hi(0xdf800), %o1
    0x351a4 <a52_frame+188>:	or  %o1, 0x218, %o1	! 0xdfa18 <clev.17>
    0x351a8 <a52_frame+192>:	sll  %o0, 2, %o0
    0x351ac <a52_frame+196>:	ld  [ %o1 + %o0 ], %o2
    0x351b0 <a52_frame+200>:	add  %o3, 2, %o3
    0x351b4 <a52_frame+204>:	st  %o3, [ %i1 + 0x3d8 ]
    0x351b8 <a52_frame+208>:	st  %o2, [ %i0 + 4 ]
    0x351bc <a52_frame+212>:	btst  4, %l0
    0x351c0 <a52_frame+216>:	be  0x351fc <a52_frame+276>
    0x351c4 <a52_frame+220>:	ld  [ %i1 + 0x3d8 ], %o3
    0x351c8 <a52_frame+224>:	sra  %o3, 3, %o1
    0x351cc <a52_frame+228>:	ld  [ %l1 + 0x3c0 ], %o4
    0x351d0 <a52_frame+232>:	ld  [ %o4 + %o1 ], %o0
    0x351d4 <a52_frame+236>:	and  %o3, 7, %o2
    0x351d8 <a52_frame+240>:	sll  %o0, %o2, %o0
    0x351dc <a52_frame+244>:	srl  %o0, 0x1e, %o0
    0x351e0 <a52_frame+248>:	sethi  %hi(0xdf800), %o1
    0x351e4 <a52_frame+252>:	or  %o1, 0x228, %o1	! 0xdfa28  <slev.18>
    0x351e8 <a52_frame+256>:	sll  %o0, 2, %o0
    0x351ec <a52_frame+260>:	ld  [ %o1 + %o0 ], %o2
    0x351f0 <a52_frame+264>:	add  %o3, 2, %o3
    0x351f4 <a52_frame+268>:	st  %o3, [ %i1 + 0x3d8 ]
    0x351f8 <a52_frame+272>:	st  %o2, [ %i0 + 8 ]
    0x351fc <a52_frame+276>:	ld  [ %i1 + 0x3d8 ], %o3
    0x35200 <a52_frame+280>:	ld  [ %l1 + 0x3c0 ], %o4
    0x35204 <a52_frame+284>:	sra  %o3, 3, %o0
    0x35208 <a52_frame+288>:	ld  [ %o4 + %o0 ], %o1
    0x3520c <a52_frame+292>:	and  %o3, 7, %o2
    0x35210 <a52_frame+296>:	sll  %o1, %o2, %o1
    0x35214 <a52_frame+300>:	inc  %o3
    0x35218 <a52_frame+304>:	st  %o3, [ %i1 + 0x3d8 ]
    0x3521c <a52_frame+308>:	srl  %o1, 0x1f, %o1
    0x35220 <a52_frame+312>:	stb  %o1, [ %i0 + 0xc ]
    0x35224 <a52_frame+316>:	ld  [ %i2 ], %o1
    0x35228 <a52_frame+320>:	mov  %l0, %o0
    0x3522c <a52_frame+324>:	mov  %i3, %o2
    0x35230 <a52_frame+328>:	ld  [ %i0 + 4 ], %o3
    0x35234 <a52_frame+332>:	call  0x380a8 <downmix_init>
    0x35238 <a52_frame+336>:	ld  [ %i0 + 8 ], %o4
    0x3523c <a52_frame+340>:	orcc  %o0, 0, %o1
    0x35240 <a52_frame+344>:	bge  0x35250 <a52_frame+360>
    0x35244 <a52_frame+348>:	st  %o1, [ %i0 + 0x10 ]
    0x35248 <a52_frame+352>:	b  0x35410 <a52_frame+808>
    0x3524c <a52_frame+356>:	mov  1, %i0
    0x35250 <a52_frame+360>:	ldub  [ %i0 + 0xc ], %o0
    0x35254 <a52_frame+364>:	cmp  %o0, 0
    0x35258 <a52_frame+368>:	be,a   0x35278 <a52_frame+400>
    0x3525c <a52_frame+372>:	ld  [ %i0 + 0x10 ], %o0
    0x35260 <a52_frame+376>:	ld  [ %i2 ], %o0
    0x35264 <a52_frame+380>:	btst  0x10, %o0
    0x35268 <a52_frame+384>:	be  0x35274 <a52_frame+396>
    0x3526c <a52_frame+388>:	or  %o1, 0x10, %o0
    0x35270 <a52_frame+392>:	st  %o0, [ %i0 + 0x10 ]
    0x35274 <a52_frame+396>:	ld  [ %i0 + 0x10 ], %o0
    0x35278 <a52_frame+400>:	st  %o0, [ %i2 ]
    0x3527c <a52_frame+404>:	ld  [ %i3 ], %f2
    0x35280 <a52_frame+408>:	sethi  %hi(0x12b400), %o0
    0x35284 <a52_frame+412>:	ld  [ %o0 + 0x3c0 ], %g3	! 0x12b7c0 <buffer_start>
    0x35288 <a52_frame+416>:	fadds  %f2, %f2, %f2
    0x3528c <a52_frame+420>:	cmp  %g0, %l0
End of assembler dump.


Es a regiszterek:-)) :
g0             0x0        0
g1             0xfef8dec4 -17244476
g2             0x10       16
g3             0xdfc00    916480
g4             0x400c88   4197512
g5             0x0        0
g6             0x0        0
g7             0x1eb2a8   2011816
o0             0x12b400   1225728
o1             0x2        2
o2             0x13       19
o3             0x13       19
o4             0x400c8c   4197516
o5             0xadc48    711752
sp             0xffbee320 -4267232
o7             0x3511c    217372
l0             0x7        7
l1             0x12b400   1225728
l2             0x0        0
l3             0x0        0
l4             0x0        0
l5             0x0        0
l6             0x0        0
l7             0x0        0
i0             0xeb694    964244
i1             0xdfc00    916480
i2             0xffbee3f4 -4267020
i3             0xffbee3f0 -4267024
i4             0x43c00000 1136656384
i5             0x3fdc48   4185160
fp             0xffbee390 -4267120
i7             0x19d2c    105772
f0             5.546875   (raw 0x40b18000)	4480
f1             0          (raw 0x00000000)
f2             2.5625     (raw 0x40240000)	10
f3             0          (raw 0x00000000)
f4             1.87499988 (raw 0x3fefffff)	0.9999999925494194
f5             -2.65845599e+36	(raw 0xfc000000)
f6             18.9802322 (raw 0x4197d784)	100000000
f7             0          (raw 0x00000000)
f8             176        (raw 0x43300000)	4503599627374976
f9             6.27781712e-42	(raw 0x00001180)
f10            -6.69106212e+16	(raw 0xdb6db6db)	-2.6364132585776448e+132
f11            -73275.7266	(raw 0xc78f1ddd)
f12            -1.99839716e+18	(raw 0xdddddddd)	-1.4568159901474629e+144
f13            -1.99839716e+18	(raw 0xdddddddd)
f14            -1.99839716e+18	(raw 0xdddddddd)	-1.4568160073381857e+144
f15            -7.36222684e+21	(raw 0xe3c78db6)
f16            0.109719045	(raw 0x3de0b461)	1.2154201256553421e-10
f17            1.08420217e-19	(raw 0x20000000)
f18            1.3213495  (raw 0x3fa921fb)	0.049087385212340476
f19            3.37027898e+12	(raw 0x54442d12)
f20            -0.0121132014	(raw 0xbc467673)	-2.4354103626379128e-18
f21            0.0078125  (raw 0x3c000000)
f22            -NaN(0x7fffff)	(raw 0xffffffff)	-NaN(0xfffffffffffff)
f23            -NaN(0x7fffff)	(raw 0xffffffff)
f24            -NaN(0x7fffff)	(raw 0xffffffff)	-NaN(0xfffffffffffff)
f25            -NaN(0x7fffff)	(raw 0xffffffff)
f26            -NaN(0x7fffff)	(raw 0xffffffff)	-NaN(0xfffffffffffff)
f27            -NaN(0x7fffff)	(raw 0xffffffff)
f28            -NaN(0x7fffff)	(raw 0xffffffff)	-NaN(0xfffffffffffff)
f29            -NaN(0x7fffff)	(raw 0xffffffff)
f30            0          (raw 0x00000000)	0
f31            0          (raw 0x00000000)
y              0x803e3fa3 -2143404125
psr            0xfe001000 -33550336	icc:----, pil:0, s:0, ps:0, et:0, cwp:0
wim            0x0        0
tbr            0x0        0
pc             0x35190    217488
npc            0x35194    217492
fpsr           0x821      2081	rd:N, tem:0, ns:0, ver:0, ftt:0, qne:0, fcc:>, aexc:1, cexc:1
cpsr           0x0        0

Ha meg kell valami akkor szolj.



-- 
I am a moslem, i am a terrorist.



More information about the MPlayer-advusers mailing list