Displaying 10 results from an estimated 10 matches for "1d8".
Did you mean:
18
2001 May 31
1
oops ext3 in journal_write_metadata_buffer
...;c010b0c3>] [<c011918d>] [<c0111aa6>] [<c014c7d8>]
[<c014c7f4>] [<c014c6bc>] [<c014c6a8>] [<c0108c2f>] [<c0108c38>]
Code: 0f 0b 83 c4 10 89 f6 8b 4c 24 34 8b 41 18 a8 02 75 2d 83 c4
>>EIP; c014ca15 <journal_write_metadata_buffer+4d/1d8> <=====
Trace; c014ce0c <journal_next_log_block+64/a0>
Trace; c015006a <journal_commit_transaction+572/ed8>
Trace; c010b389 <handle_IRQ_event+3d/78>
Trace; c010b0c3 <do_8259A_IRQ+8f/9c>
Trace; c011918d <do_bottom_half+51/6c>
Trace; c0111aa6 <schedule+146/27c...
2020 Sep 01
2
Vector evolution?
...xmm0,%xmm1
1bc: c5 f8 29 4c 07 60 vmovaps %xmm1,0x60(%rdi,%rax,1)
1c2: c5 f8 59 4c 07 70 vmulps 0x70(%rdi,%rax,1),%xmm0,%xmm1
1c8: c5 f8 29 4c 07 70 vmovaps %xmm1,0x70(%rdi,%rax,1)
1ce: 48 83 e8 80 sub $0xffffffffffffff80,%rax
1d2: 48 3d 00 10 00 00 cmp $0x1000,%rax
1d8: 75 96 jne 170 <_Z4fct6PDv4_f+0x10>
1da: c3 retq
My CPU being Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz, I have AVX2. So
should the compiler understand the loop and upgrade the vector width?
On the other hand if I do the following loop:
void fct7(float...
2002 May 28
1
2.4.18rc2aa2 oops
...0 8b 7c 24 2c 8b 47 0c 85 c0 74
>>EIP; c0170396 <journal_write_metadata_buffer+6a/2cc> <=====
Trace; c01707c7 <journal_next_log_block+7b/80>
Trace; c016da27 <journal_commit_transaction+7a3/1155>
Trace; c011417d <schedule+585/648>
Trace; c0170220 <kjournald+140/1d8>
Trace; c01700d0 <commit_timeout+0/c>
Trace; c010560f <kernel_thread+23/30>
Code; c0170396 <journal_write_metadata_buffer+6a/2cc>
00000000 <_EIP>:
Code; c0170396 <journal_write_metadata_buffer+6a/2cc> <=====
0: 0f 0b ud2a <===...
2001 Aug 02
1
Another ext3 crash on PPC
I've attached the .gz'ed log of another EXT3 crash on my PPC box. This
time it was on IDE and I was doing a tab completion as it died.
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
2020 Aug 31
2
Vectorization of math function failed?
...1bf <_Z4fct3Pf+0xdf>
1bf: c5 fa 11 43 34 vmovss %xmm0,0x34(%rbx)
1c4: c5 fa 10 43 38 vmovss 0x38(%rbx),%xmm0
1c9: e8 00 00 00 00 callq 1ce <_Z4fct3Pf+0xee>
1ce: c5 fa 11 43 38 vmovss %xmm0,0x38(%rbx)
1d3: c5 fa 10 43 3c vmovss 0x3c(%rbx),%xmm0
1d8: e8 00 00 00 00 callq 1dd <_Z4fct3Pf+0xfd>
1dd: c5 fa 11 43 3c vmovss %xmm0,0x3c(%rbx)
1e2: 48 83 c4 10 add $0x10,%rsp
1e6: 5b pop %rbx
1e7: c3 retq
As you can see there is no call to a vectorized version of sin.
Did I d...
2017 Nov 21
2
question about xray tls data initialization
...4, 0x90
.quad .Lxray_sleds_start0
.quad .Lxray_sleds_end0
.text
and parts of obj dump:
SECTION HEADER #5
/16 name (xray_instr_map)
0 physical address
0 virtual address
40 size of raw data
198 file pointer to raw data (00000198 to 000001D7)
1D8 file pointer to relocation table
0 file pointer to line numbers
4 number of relocations
0 number of line numbers
100000 flags
1 byte align
RAW DATA #5
00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00000010: 00 00 00 00 00 00 00 00 0...
2017 Nov 16
2
question about xray tls data initialization
I'm learning the xray library and try if it can be built on windows, in
xray_fdr_logging_impl.h
line 152 , comment written as
// Using pthread_once(...) to initialize the thread-local data structures
but at line 175, 183, code written as
thread_local pthread_key_t key;
// Ensure that we only actually ever do the pthread initialization once.
thread_local bool UNUSED Unused = [] {
2008 Dec 10
2
Possible (bug) in winamp in_flac.dll decoder
...ur32.dll 5.1.2600.5512 C:\WINDOWS\system32
7c800000 kernel32.dll 5.1.2600.5512 C:\WINDOWS\system32
7c910000 ntdll.dll 5.1.2600.5512 C:\WINDOWS\system32
7e360000 USER32.dll 5.1.2600.5512 C:\WINDOWS\system32
7e670000 SHELL32.dll 6.0.2900.5512 C:\WINDOWS\system32
processes:
000 Idle
004 System normal
1d8 smss.exe normal C:\WINDOWS\system32
21c csrss.exe
238 winlogon.exe high C:\WINDOWS\system32
264 services.exe normal C:\WINDOWS\system32
270 lsass.exe normal C:\WINDOWS\system32
324 svchost.exe normal C:\WINDOWS\system32
374 svchost.exe
39c svchost.exe normal C:\WINDOWS\System32
3c4 svchost.exe
4dc...
2002 Sep 11
1
gcc and g77 combos
...HuuhiYEyXz+tnu/xxWpXYtMD3woCavHi8DBnYFMDno0Ky+/bw3cGb
F4PmqSNWvUjT/cCCxOGEjcxuHVtsKPy4ybJbPLalzIbzWn5/8xIYTPIh/pa/9KC2YoDdRVchG4xt
oijY2hgtaQBFgnGfRB/xnbHVu2Kxn0wrfJDt6YQpGzIYRvnTb3+roX8fsfh9xC5I8pEGzvCY3nuo
4bGdn65I2VMiTKTdUAN9rE6o0Y0zPLZx1DE+nqutudXExxmS6cxhwrNNRiR4kEtL/Fx0Ctnek4RF
Q7vKKXQNqb65Zu/1D8+1pPdcgEh5oOPaKx6G0xUdkw4XtpwL52ouHDkXbu9BnscCUN5wP3rEAeDx
iHiTVQDxWuEgX6epqipeyth99GidzYYmqDeAZ81+CFT+GfdDUDayIcZyu5HZl70jgpzI7BSU6wut
6BqqR4/WGCoBi8xUYblz7T2Rlv7yOPBdEEbhTS/sNeFtoGEI3nINgxmsK2zsKHtTMc2Zo1lnBeLL
RrDGUHyS75I86HbwQIKREB90vCQz+OXHOL6XZExBPXHIo0kEo4Y1GAEPxT4EZmUBOL4ke1UEjjCy
EBzKnV5DBZ...
2002 Oct 23
3
cupsaddsmb rpcclient error
I am running samba 2.2.6 and cups 1.1.16. I can't get cupsaddsmb to
complete successfully. I'm at an end here, I can't think of anything
else to try after 2 weeks of searching the web. It copies the drivers
to the print$ share directory, however the SetPrinter command fails on
the rpcclient command and it returns with an NT_STATUS_UNSUCCESSFUL
error. At the SetPrinter failure, it