Displaying 20 results from an estimated 193 matches for "0x20000000".
Did you mean:
0x00000000
2003 Apr 17
0
winbindd crashing/stopping
...[2003/04/16 16:26:02, 1] nsswitch/winbindd_ads.c:enum_dom_groups(254)
No rid for Administrators !?
[2003/04/16 16:26:02, 1] nsswitch/winbindd_ads.c:enum_dom_groups(254)
No rid for Backup Operators !?
[2003/04/16 16:26:15, 1] libads/ads_utils.c:ads_atype_map(132)
hmm, need to map account type 0x20000000
[2003/04/16 16:26:15, 1] libads/ads_utils.c:ads_atype_map(132)
hmm, need to map account type 0x20000000
[2003/04/16 16:26:15, 1] libads/ads_utils.c:ads_atype_map(132)
hmm, need to map account type 0x20000000
[2003/04/16 16:26:15, 1] libads/ads_utils.c:ads_atype_map(132)
hmm, need to map accou...
2007 Mar 15
20
C''mon ARC, stay small...
Running an mmap-intensive workload on ZFS on a X4500, Solaris 10 11/06
(update 3). All file IO is mmap(file), read memory segment, unmap, close.
Tweaked the arc size down via mdb to 1GB. I used that value because
c_min was also 1GB, and I was not sure if c_max could be larger than
c_min....Anyway, I set c_max to 1GB.
After a workload run....:
> arc::print -tad
{
. . .
ffffffffc02e29e8
2010 Apr 09
3
[LLVMdev] VMKit assertion failure
...#2 0x9518c013 in usleep$NOCANCEL$UNIX2003 ()
#3 0x951a3685 in abort ()
#4 0x955eb005 in __gnu_cxx::__verbose_terminate_handler ()
#5 0x955e910c in __gxx_personality_v0 ()
#6 0x955e914b in std::terminate ()
#7 0x955e9261 in __cxa_throw ()
#8 0x000130ae in j3::JavaThread::throwException (this=0x20000000,
obj=0x1bcfc00) at JavaThread.cpp:73
#9 0x0002352b in j3::Class::initialiseClass (this=0x20e5c60,
vm=0x20525a8) at Jnjvm.cpp:249
#10 0x000242e5 in j3::Jnjvm::loadBootstrap (this=0x20525a8) at
Jnjvm.cpp:1134
#11 0x000243f1 in j3::Jnjvm::mainJavaStart (thread=0x20000000) at
Jnjvm.cpp:1246
#1...
2018 Jan 25
3
[PATCH] drm/nouveau/therm/gp100: Do not report temperature when subdev is shadowed
...nvkm_therm *therm)
u32 inttemp = (tsensor & 0x0001fff8);
/* device SHADOWed */
- if (tsensor & 0x40000000)
+ if (tsensor & 0x40000000) {
nvkm_trace(subdev, "reading temperature from SHADOWed sensor\n");
+ return -ENODEV;
+ }
/* device valid */
if (tsensor & 0x20000000)
--
2.16.1
2015 Mar 30
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
...>ptr[put] is bad.
413: evo_wait(void *evoc, int nr)
414: {
415: struct nv50_dmac *dmac = evoc;
416: u32 put = nvif_rd32(&dmac->base.user, 0x0000) / 4;
417:
418: mutex_lock(&dmac->lock);
419: if (put + nr >= (PAGE_SIZE / 4) - 8) {
420: dmac->ptr[put] = 0x20000000;
421:
422: nvif_wr32(&dmac->base.user, 0x0000, 0x00000000);
423: if (!nvxx_wait(&dmac->base.user, 0x0004, ~0, 0x00000000)) {
424: mutex_unlock(&dmac->lock);
425: nv_error(nvxx_object(&dmac->base.user), "channel stalled\n"...
2010 Apr 09
0
[LLVMdev] VMKit assertion failure
VMKit runs multiple threads (for example for GC, finalization, etc), so I
need the back trace of other threads as well :)
Thanks!
Nicolas
On Fri, Apr 9, 2010 at 9:28 AM, Konrad Hinsen <konrad.hinsen at fastmail.net>wrote:
> On 7 Apr 2010, at 21:36, nicolas geoffray wrote:
>
> Hmm, I am not getting that error message on my MacOS 10.5 machine with
>> that same gcc. Could you
2010 Apr 09
2
[LLVMdev] VMKit assertion failure
On 7 Apr 2010, at 21:36, nicolas geoffray wrote:
> Hmm, I am not getting that error message on my MacOS 10.5 machine
> with that same gcc. Could you run j3 in gdb and get me a backtrace?
Sure:
(gdb) bt
#0 0x950be44e in __semwait_signal ()
#1 0x950e93e6 in _pthread_cond_wait ()
#2 0x950e8dcd in pthread_cond_wait$UNIX2003 ()
#3 0x000be2d2 in mvm::Cond::wait (this=0x20527c4,
2009 Dec 26
3
[PATCH 1/3] nouveau: Drop some annoying _DX_ (direct x?) object name prefixes.
...lt;< 27)
-#define NV04_DX5_TEXTURED_TRIANGLE_FORMAT_ADDRESSV_SHIFT 28
-#define NV04_DX5_TEXTURED_TRIANGLE_FORMAT_ADDRESSV_MASK 0x70000000
-#define NV04_DX5_TEXTURED_TRIANGLE_FORMAT_ADDRESSV_REPEAT 0x10000000
-#define NV04_DX5_TEXTURED_TRIANGLE_FORMAT_ADDRESSV_MIRRORED_REPEAT 0x20000000
-#define NV04_DX5_TEXTURED_TRIANGLE_FORMAT_ADDRESSV_CLAMP_TO_EDGE 0x30000000
-#define NV04_DX5_TEXTURED_TRIANGLE_FORMAT_ADDRESSV_CLAMP_TO_BORDER 0x40000000
-#define NV04_DX5_TEXTURED_TRIANGLE_FORMAT_ADDRESSV_CLAMP 0x50000000
-#define NV04_DX5_TEXTURED_TRIANGLE_FORMAT_WRAPV (1...
2010 Apr 10
0
[LLVMdev] VMKit assertion failure
...NCEL$UNIX2003 ()
> #3 0x951a3685 in abort ()
> #4 0x955eb005 in __gnu_cxx::__verbose_terminate_handler ()
> #5 0x955e910c in __gxx_personality_v0 ()
> #6 0x955e914b in std::terminate ()
> #7 0x955e9261 in __cxa_throw ()
> #8 0x000130ae in j3::JavaThread::throwException (this=0x20000000,
> obj=0x1bcfc00) at JavaThread.cpp:73
> #9 0x0002352b in j3::Class::initialiseClass (this=0x20e5c60, vm=0x20525a8)
> at Jnjvm.cpp:249
> #10 0x000242e5 in j3::Jnjvm::loadBootstrap (this=0x20525a8) at
> Jnjvm.cpp:1134
> #11 0x000243f1 in j3::Jnjvm::mainJavaStart (thread=0x20000000...
2011 Jun 17
3
[LLVMdev] LLVM-based address sanity checker
...where this
> mapping
> > won't work or will require different offset.
>
> I got a bit confused there, TBH. How do you guarantee that that part
> of memory will be allocated?
On 32-bit, the shadow region is:
[0x28000000, 0x3fffffff]HighShadow[0x24000000, 0x27ffffff]ShadowGap[0x20000000,
0x23ffffff]LowShadow
This is 0.5G total. So, I mmap all these three shadow subregions and
'mprotect' the ShadowGap.
This is done at startup. If the mmap fails, an assert will fire.
On 64-bit, the shadow looks like this:
[0x0000140000000000, 0x00001fffffffffff]HighShadow[0x000012000000000...
2010 Jul 14
1
RAW_ACLS smbtorture test
Hi All,
I wanted to check the state of the ACL evaluation engine in samba. I
have configured my linux sles 10, samba version 3.5.1-3.3-2332 with "ea
support = yes", "store dos attributes=yes", "vfs objects = acl_xattr"
and get lots of error + some failure messages.
I attached the results of running the test against both samba as well as
native windows 2003 cifs
2010 Apr 11
1
[PATCH 2/2] drm/nv04: Implement missing nv04 PGRAPH methods in software.
...{
+ /* SRCCOPY_AND, SRCCOPY: no extra objects required */
+ case 0:
+ case 3:
+ break;
+ /* ROP_AND: requires pattern and rop */
+ case 1:
+ if (!(tmp & 0x08000000) || !(tmp & 0x10000000))
+ valid = 0;
+ break;
+ /* BLEND_AND: requires beta1 */
+ case 2:
+ if (!(tmp & 0x20000000))
+ valid = 0;
+ break;
+ /* SRCCOPY_PREMULT, BLEND_PREMULT: beta4 required */
+ case 4:
+ case 5:
+ if (!(tmp & 0x40000000))
+ valid = 0;
+ break;
+ }
+
+ nv04_graph_set_ctx1(chan, 0x01000000, valid << 24);
+}
+
+static int
+nv04_graph_mthd_set_operation(struct nouveau_cha...
2005 Jan 09
4
More on Problems with PXELinux and ramdisk not loading
...0000fec01000 (reserved)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
No mptable found.
initrd extends beyond end of memory (0xfffffdfb > 0x1fff0000)
disabling initrd
...
-------------------------------------------------------------------------
As I mentioned the machine has 512MB (0x20000000 bytes) physical RAM. It seems the BIOS is reporting some "reserved" chunks of "memory" (dunno if it's really physically there) that can't be used and something (the kernel or bootloader) keeps trying to put it at the top of physical memory space.
Any insights on what I...
2018 Jan 26
2
[PATCH] drm/nouveau/therm/gp100: Do not report temperature when subdev is shadowed
...00000)
>> + if (tsensor & 0x40000000) {
>> nvkm_trace(subdev, "reading temperature from SHADOWed sensor\n");
>> + return -ENODEV;
>> + }
>>
>> /* device valid */
>> if (tsensor & 0x20000000)
>> --
>> 2.16.1
>>
>> _______________________________________________
>> Nouveau mailing list
>> Nouveau at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/nouveau
2011 Jul 19
2
[LLVMdev] Unable to run a java class by j3
Hey all,
I installed vmkit-0.29 following instructions at
http://vmkit.llvm.org/get_started.html
I attempt to run a simple class file (Hey.class) by j3 and it returns following
error:
# j3 Desktop/Hey
Thread 0x20000000 received a SIGSEGV: either the VM code or an external
native method is bogus. Aborting...
; 0x81e5375 (0x200fec68) in _Z14sigsegvHandleriP7siginfoPv
; 0x440410 (0x200fec88) in __kernel_rt_sigreturn
; 0x8166100 (0x200ff078) in
_ZN2j35Class21lookupMethodDontThrowEPKN3mvm4UTF8ES4_bbPPS0_
; 0x8155c46...
2004 Mar 02
1
Immediate crash on Mac OS X 10.2.8
...hread 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
r12: 0x8fe71ac7 r13: 0x0000000...
2011 Jun 17
0
[LLVMdev] LLVM-based address sanity checker
...2011 09:14, Kostya Serebryany <kcc at google.com> wrote:
> Maybe the fallback code should just use a function call. Much simpler for
> documentation purposes.
Sounds good.
On 32-bit, the shadow region is:
> [0x28000000, 0x3fffffff] HighShadow [0x24000000, 0x27ffffff] ShadowGap [0x20000000,
> 0x23ffffff] LowShadow
>
> This is 0.5G total. So, I mmap all these three shadow subregions and
> 'mprotect' the ShadowGap.
> This is done at startup. If the mmap fails, an assert will fire.
>
I see. On embedded platforms that won't work with all cases. Most
implem...
2013 Jun 04
2
[LLVMdev] Address Sanitizer on Android
...ight be
doing wrong?
$ adb shell "cd /data/data && ASAN_OPTIONS=debug=1,verbosity=1
LD_PRELOAD=libclang_rt.asan-arm-android.so LD_LIBRARY_PATH=. ./djpeg
./testimg.jpg"
==28210==Parsed ASAN_OPTIONS: debug=1,verbosity=1
==28210==AddressSanitizer: libc interceptors initialized
|| `[0x20000000, 0xffffffff]` || HighMem ||
|| `[0x04000000, 0x1fffffff]` || HighShadow ||
|| `[0x00040000, 0x03ffffff]` || ShadowGap ||
MemToShadow(shadow): 0x00000000 0x00000000 0x00800000 0x03ffffff
red_zone=16
malloc_context_size=30
SHADOW_SCALE: 3
SHADOW_GRANULARITY: 8
SHADOW_OFFSET: 0
==28210==Shadow mem...
2010 Apr 05
0
Why does ARC grow above hard limit?
...es (1.1 MB/s) - any ides what is being read?
--- BEFORE TEST
# ~/bin/arc_summary.pl
System Memory:
Physical RAM: 12270 MB
Free Memory : 7108 MB
LotsFree: 191 MB
ZFS Tunables (/etc/system):
set zfs:zfs_prefetch_disable = 1
set zfs:zfs_arc_max = 0x20000000
set zfs:zfs_arc_min = 0x10000000
ARC Size:
Current Size: 136 MB (arcsize)
Target Size (Adaptive): 512 MB (c)
Min Size (Hard Limit): 256 MB (zfs_arc_min)
Max Size (Hard Limit): 512 MB (zfs_arc_max)
...
> ::memstat
Page Summary...
2006 Jul 03
1
Problem with CentOS 4.3 on kernel and ipvsadm
..._execve+0x168/0x1f6
Jul 3 04:02:03 lvs2 kernel: [<c010496c>] sys_execve+0x2e/0x185
Jul 3 04:02:03 lvs2 kernel: [<c0317637>] syscall_call+0x7/0xb
Jul 3 04:02:03 lvs2 kernel: Bad page state at prep_new_page (in process 'smtp', page c1082400)
Jul 3 04:02:03 lvs2 kernel: flags:0x20000000 mapping:00000300 mapcount:0 count:0
Jul 3 04:02:03 lvs2 kernel: Backtrace:
Jul 3 04:02:03 lvs2 kernel: [<c014eaad>] bad_page+0x58/0x89
Jul 3 04:02:03 lvs2 kernel: [<c014eeba>] prep_new_page+0x24/0x3a
Jul 3 04:02:03 lvs2 kernel: [<c014f51f>] buffered_rmqueue+0x1c4/0x1e7
Jul...