search for: _end

Displaying 20 results from an estimated 203 matches for "_end".

2002 Feb 26
0
DDE problems
...090d in 32-bit code (0x400a47d6). In 32-bit mode. Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0277 GS:0000 EIP:400a47d6 ESP:40ca69ac EBP:40ca69b0 EFLAGS:00010202( R- 00 I - - 1 ) EAX:c032090f EBX:40100ef8 ECX:000003e7 EDX:c032090d ESI:c032090f EDI:40ca6a10 Stack dump: 0x40ca69ac (_end+0x237d58): 406c1c84 40ca69c8 406266c6 c032090f 0x40ca69bc (_end+0x237d68): 406c1c84 080745a8 40ca6b70 40ca6a84 0x40ca69cc (_end+0x237d78): 4062f205 000003e7 c032090f 40ca6a10 0x40ca69dc (_end+0x237d88): 40ca6a14 406c1c84 080745a8 40ca6b70 0x40ca69ec (_end+0x237d98): 00000000 00000000 00000000...
2005 Jun 19
1
Unable to open file msvcrtd.dll-wXxWlU.spec.c
...ll._CrtCheckMemory called in 32-bit code (0x4068605c). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:1007 GS:005f EIP:4068605c ESP:4066fd28 EBP:4066fd9c EFLAGS:00000207( - 00 I - -P1C) EAX:4066fd4c EBX:40692648 ECX:ffffffff EDX:5f4273f7 ESI:00458890 EDI:401d0140 Stack dump: 0x4066fd28 (_end+0x10186c): 00000000 00000000 4068600c 40692648 0x4066fd38 (_end+0x10187c): 00000000 00000000 00000000 00000000 0x4066fd48 (_end+0x10188c): 00000000 80000100 00000001 00000000 0x4066fd58 (_end+0x10189c): 5f4273f7 00000002 406891a0 406891ac 0x4066fd68 (_end+0x1018ac): 00000001 401d0140 00458890...
2001 Sep 25
3
What the HELL is deadbeef?! Or lstat64.c?
OK, I have windoze ME installed on my system and have been trying to run IE 6.0 with wine release 20010824. Trying to start iexplore.exe goes along until: Unhandled exception: page fault on read access to 0xdeadbeef in 32-bit code (0xdeadbeef). In 32-bit mode. 0xdeadbeef (_end+0x9df10793): *** Invalid address 0xdeadbeef (_end+0x9df10793) -- no code -- Enter path to file 'lstat64.c': What is this? Deadbeef? lstat64.c? praedor
2002 Jul 18
0
Fwd: oops with 2.4.18 and preempt patch, on SMP + ext3 machine
...process_times+32/152] [call_reschedule_interrupt+5/12] [kjournald+342/492] [commit_timeout+0/12] [kernel_thread+40/56] Jul 4 20:53:12 localhost kernel: Code: 0f 0b 83 c4 14 c7 45 08 01 00 00 00 8b bc 24 48 01 00 00 8b Using defaults from ksymoops -t elf32-i386 -a i386 >>ebx; f7bbf694 <_end+378f9f64/3853a8d0> >>ecx; ffffff90 <END_OF_CODE+77e630d/????> >>edx; f75ee000 <_end+373288d0/3853a8d0> >>esi; f7bbf600 <_end+378f9ed0/3853a8d0> >>edi; f7bbf600 <_end+378f9ed0/3853a8d0> >>ebp; c3e0be60 <_end+3b46730/3853a8d0> >>esp...
2003 May 05
1
kjournald oops on 2.4.20
...80 c9ae10e0 Call Trace: [<c0178a30>] [<c017c0aa>] [<c017bf10>] [<c010591e>] [<c017bf30>] Code: 8b 76 28 89 1c 24 e8 e3 f8 ff ff 01 44 24 04 39 fb 75 eb 3b >>EIP; c017aed2 <__journal_clean_checkpoint_list+52/80> <===== >>ecx; c20984f0 <_end+1cee46c/c45dfdc> >>edx; c2098390 <_end+1cee30c/c45dfdc> >>edi; c5e5bfa0 <_end+5ab1f1c/c45dfdc> >>ebp; c5b6c0c0 <_end+57c203c/c45dfdc> >>esp; c9849e4c <_end+949fdc8/c45dfdc> Trace; c0178a30 <journal_commit_transaction+150/12b0> Trace; c017c0...
2019 Mar 08
1
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...e: when page is write protected then > > > > it does not look like .invalidate_range is invoked. > > > > > > > > E.g. mm/ksm.c calls > > > > > > > > mmu_notifier_invalidate_range_start and > > > > mmu_notifier_invalidate_range_end but not mmu_notifier_invalidate_range. > > > > > > > > Similarly, rmap in page_mkclean_one will not call > > > > mmu_notifier_invalidate_range. > > > > > > > > If I'm right vhost won't get notified when page is write-protected si...
2019 Mar 08
1
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...e: when page is write protected then > > > > it does not look like .invalidate_range is invoked. > > > > > > > > E.g. mm/ksm.c calls > > > > > > > > mmu_notifier_invalidate_range_start and > > > > mmu_notifier_invalidate_range_end but not mmu_notifier_invalidate_range. > > > > > > > > Similarly, rmap in page_mkclean_one will not call > > > > mmu_notifier_invalidate_range. > > > > > > > > If I'm right vhost won't get notified when page is write-protected si...
2019 Jun 07
1
Problem with opusfile & ndk
Hi Xiph.org Team. We are using opusfile library <https://github.com/xiph/opusfile> for streaming *.opus* audio in our projects. But now we have a problem with building opusfile library for android with *ndk-build*. In particular, with arm64-v8a platform: Google removed <sys/timeb.h> from android. And now building opusfile with nkd-build crashes with error "fatal error:
2002 Apr 14
1
hardware or software bug?
I had the following spat out by syslog on my (2.4.18-pre7-ac3) mailer / web server: Assertion failure in do_get_write_access() at transaction.c:611: "!(((jh2bh(jh))->b_state & (1UL << BH_Lock)) != 0)" One of its partitions froze hard--I've rebooted it, and I have an oops which the BUG() triggered which won't decode at the moment, but I'll sort that one out
2019 Mar 07
3
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...it) > > > { > > > > I also wonder here: when page is write protected then > > it does not look like .invalidate_range is invoked. > > > > E.g. mm/ksm.c calls > > > > mmu_notifier_invalidate_range_start and > > mmu_notifier_invalidate_range_end but not mmu_notifier_invalidate_range. > > > > Similarly, rmap in page_mkclean_one will not call > > mmu_notifier_invalidate_range. > > > > If I'm right vhost won't get notified when page is write-protected since you > > didn't install start/end not...
2019 Mar 07
3
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...it) > > > { > > > > I also wonder here: when page is write protected then > > it does not look like .invalidate_range is invoked. > > > > E.g. mm/ksm.c calls > > > > mmu_notifier_invalidate_range_start and > > mmu_notifier_invalidate_range_end but not mmu_notifier_invalidate_range. > > > > Similarly, rmap in page_mkclean_one will not call > > mmu_notifier_invalidate_range. > > > > If I'm right vhost won't get notified when page is write-protected since you > > didn't install start/end not...
2017 Jan 24
3
Linking Linux kernel with LLD
>>> - D28094 (Implemented support for R_386_PC8/R_386_8 relocations) >> Do you remember where it was used ? > >setup.elf: > ld.lld -m elf_i386 -T arch/x86/boot/setup.ld arch/x86/boot/a20.o arch/x86/boot/bioscall.o arch/x86/boot/cmdline.o arch/x86/boot/copy.o arch/x86/boot/cpu.o >arch/x86/boot/cpuflags.o arch/x86/boot/cpucheck.o arch/x86/boot/early_serial_console.o
2015 Mar 28
1
Building a new decoder - some questions on the spec (residue decode)
Hi I am trying to build a new decoder in Java, I know there are a couple of java decoders already but they don't implement the bit of the spec I am having questions on Question 1) In section 8.6.2 it mentions "However, it is also possible to set [residue_begin] and [residue_end] to specify a range partially or wholly beyond the maximum vector size. Before beginning residue decode, limit [residue_begin] and [residue_end] to the maximum possible vector size as follows." The code segment then has 1) [actual\_size] = current blocksize/2; 2) if residue encoding is forma...
2019 Mar 11
0
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...hen page is write protected then >>>>> it does not look like .invalidate_range is invoked. >>>>> >>>>> E.g. mm/ksm.c calls >>>>> >>>>> mmu_notifier_invalidate_range_start and >>>>> mmu_notifier_invalidate_range_end but not mmu_notifier_invalidate_range. >>>>> >>>>> Similarly, rmap in page_mkclean_one will not call >>>>> mmu_notifier_invalidate_range. >>>>> >>>>> If I'm right vhost won't get notified when page is write-protected...
1999 Jun 25
1
2.0.4b/rh60/smbstatus: European characters (accented)
...I can see those filenames (on a samba share) ok through win9x explorer. I can see those filenames ok through ls on linux. If I open one of those file, and then look at locked files with smbstatus, they are showed with a LF in place of the localized characters. That is: a file named beginning_?_end.wpd is showed as beginning_ _end.wpd Instead of beginning_?_end.wpd as it would be correct and as it works in samba 1.9.18 I've already post about this 4 times. I hope someone will answer this time :)
2004 Mar 18
1
ie6 and wine 20040309 - starts, loads page then stops responding
...ndowStation (void): stub fixme:imm:ImmDisableIME (-1): stub wine: Unhandled exception (thread 0009), starting debugger... WineDbg starting on pid 8 Can't find file for ELF 'wine-kthread' ((nil)) Loaded debug information from ELF 'wine-pthread' ((nil)) Breakpoint 1 at 0x4100cea0 (_end+0x40efaa70) Loaded debug information from ELF '/usr/local/lib/libwine.so.1' (0x4c3000) No debug information in ELF '/lib/tls/libpthread.so.0' ((nil)) No debug information in ELF '/lib/tls/libc.so.6' ((nil)) No debug information in ELF '/lib/libdl.so.2' ((nil)) No deb...
2019 Mar 07
3
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...nit(struct vhost_dev *dev, > struct vhost_virtqueue **vqs, int nvqs, int iov_limit) > { I also wonder here: when page is write protected then it does not look like .invalidate_range is invoked. E.g. mm/ksm.c calls mmu_notifier_invalidate_range_start and mmu_notifier_invalidate_range_end but not mmu_notifier_invalidate_range. Similarly, rmap in page_mkclean_one will not call mmu_notifier_invalidate_range. If I'm right vhost won't get notified when page is write-protected since you didn't install start/end notifiers. Note that end notifier can be called with page locke...
2019 Mar 07
3
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...nit(struct vhost_dev *dev, > struct vhost_virtqueue **vqs, int nvqs, int iov_limit) > { I also wonder here: when page is write protected then it does not look like .invalidate_range is invoked. E.g. mm/ksm.c calls mmu_notifier_invalidate_range_start and mmu_notifier_invalidate_range_end but not mmu_notifier_invalidate_range. Similarly, rmap in page_mkclean_one will not call mmu_notifier_invalidate_range. If I'm right vhost won't get notified when page is write-protected since you didn't install start/end notifiers. Note that end notifier can be called with page locke...
2019 Mar 08
0
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
...;>> { >>> I also wonder here: when page is write protected then >>> it does not look like .invalidate_range is invoked. >>> >>> E.g. mm/ksm.c calls >>> >>> mmu_notifier_invalidate_range_start and >>> mmu_notifier_invalidate_range_end but not mmu_notifier_invalidate_range. >>> >>> Similarly, rmap in page_mkclean_one will not call >>> mmu_notifier_invalidate_range. >>> >>> If I'm right vhost won't get notified when page is write-protected since you >>> didn't insta...
2016 Jan 12
2
Re: Note regarding bin2s.pl
...cgi-bin/bugreport.cgi?bug=809185] I see it as a reasonable simplification - it allows us to get rid of that conditional code for HP-UX in bin2s.pl. However looking at the patch, I don't like the casts in: - size_t n = (size_t) &_binary_init_size; + size_t n = ((size_t) &_binary_init_end) - ((size_t) &_binary_init_start); Since those are pointers, it seems better to simply subtract them. (Though it would be better if we'd declared the type of _binary_init_start/_end as uint8_t instead of char.) If we must cast them then the correct integer to use is 'intptr_t', an...