search for: 103b

Displaying 6 results from an estimated 6 matches for "103b".

Did you mean: 103
2023 Nov 22
1
R-4.3 version list.files function could not work correctly in chinese
...t;tomas.kalibera at gmail.com> > To: Ivan Krylov<krylov.r00t at gmail.com> > Cc:"r-devel at r-project.org" <r-devel at r-project.org> > Subject: Re: [Rd] R-4.3 version list.files function could not work > correctly in chinese > Message-ID:<21e91609-85b2-103b-8e23-12eadff62784 at gmail.com> > Content-Type: text/plain; charset="utf-8"; Format="flowed" > > > On 8/16/23 13:22, Ivan Krylov wrote: >> On Wed, 16 Aug 2023 09:42:09 +0200 >> Tomas Kalibera<tomas.kalibera at gmail.com> wrote: >> >&g...
2000 Jul 17
2
possible bug in _f0_fit_clear
...cally I get a segment violation when trying to seek, (it seems to take two seeks before it falls over) and for some vorbis file after playback as finished. Here's a stack crawl for the seek. loading symbols segment violation occurred _f0_fit_clear: _f0_fit_clear: +002a ea3039c6: * 103b cmpl (%eax), %edx Fader:sc frame retaddr fd042014 ea303e52 free_look + 0000005a fd04202c ea30627b free_look + 0000009f fd042048 ea2f3196 vorbis_dsp_clear + 0000033e fd042074 ea2eed99 _decode_clear + 0000002d fd042084 ea2efc8f ov_raw_seek + 0000007f fd04209c ea2eff6...
2018 Dec 16
1
[PATCH v2] x86, kbuild: revert macrofying inline assembly code
..._ASM_EXTABLE(from, to) \ _ASM_EXTABLE_HANDLE(from, to, ex_handler_default) @@ -161,7 +148,6 @@ _ASM_PTR (entry); \ .popsection -#ifdef __ASSEMBLY__ .macro ALIGN_DESTINATION /* check for bad alignment of destination */ movl %edi,%ecx @@ -185,7 +171,34 @@ _ASM_EXTABLE_UA(100b, 103b) _ASM_EXTABLE_UA(101b, 103b) .endm -#endif /* __ASSEMBLY__ */ + +#else +# define _EXPAND_EXTABLE_HANDLE(x) #x +# define _ASM_EXTABLE_HANDLE(from, to, handler) \ + " .pushsection \"__ex_table\",\"a\"\n" \ + " .balign 4\n" \ + " .long ("...
2018 Dec 13
2
[PATCH] kbuild, x86: revert macros in extended asm workarounds
..._ASM_EXTABLE(from, to) \ _ASM_EXTABLE_HANDLE(from, to, ex_handler_default) @@ -161,7 +148,6 @@ _ASM_PTR (entry); \ .popsection -#ifdef __ASSEMBLY__ .macro ALIGN_DESTINATION /* check for bad alignment of destination */ movl %edi,%ecx @@ -185,7 +171,34 @@ _ASM_EXTABLE_UA(100b, 103b) _ASM_EXTABLE_UA(101b, 103b) .endm -#endif /* __ASSEMBLY__ */ + +#else +# define _EXPAND_EXTABLE_HANDLE(x) #x +# define _ASM_EXTABLE_HANDLE(from, to, handler) \ + " .pushsection \"__ex_table\",\"a\"\n" \ + " .balign 4\n" \ + " .long ("...
2018 Dec 13
2
[PATCH] kbuild, x86: revert macros in extended asm workarounds
..._ASM_EXTABLE(from, to) \ _ASM_EXTABLE_HANDLE(from, to, ex_handler_default) @@ -161,7 +148,6 @@ _ASM_PTR (entry); \ .popsection -#ifdef __ASSEMBLY__ .macro ALIGN_DESTINATION /* check for bad alignment of destination */ movl %edi,%ecx @@ -185,7 +171,34 @@ _ASM_EXTABLE_UA(100b, 103b) _ASM_EXTABLE_UA(101b, 103b) .endm -#endif /* __ASSEMBLY__ */ + +#else +# define _EXPAND_EXTABLE_HANDLE(x) #x +# define _ASM_EXTABLE_HANDLE(from, to, handler) \ + " .pushsection \"__ex_table\",\"a\"\n" \ + " .balign 4\n" \ + " .long ("...
2009 Mar 31
4
[Bug 20962] New: Nouveau fail on NVIDIA 8200
http://bugs.freedesktop.org/show_bug.cgi?id=20962 Summary: Nouveau fail on NVIDIA 8200 Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org