search for: 0x21c

Displaying 20 results from an estimated 28 matches for "0x21c".

Did you mean: 0x210
2016 Oct 11
2
[PATCH] virtio: console: Unlock vqs while freeing buffers
...ug_port+0xb4/0x1bc [<807ea858>] virtcons_remove+0xb0/0xfc [<807b6734>] virtio_dev_remove+0x58/0xc0 [<807f918c>] __device_release_driver+0xac/0x134 [<807f924c>] device_release_driver+0x38/0x50 [<807f7edc>] bus_remove_device+0xfc/0x130 [<807f4b74>] device_del+0x17c/0x21c [<807f4c38>] device_unregister+0x24/0x38 [<807b6b50>] unregister_virtio_device+0x28/0x44 Fix this by restructuring the loops to allow the locks to only be taken where it is necessary to protect the vqs, and release it while the buffer is being freed. Fixes: c6017e793b93 ("virtio:...
2016 Oct 11
2
[PATCH] virtio: console: Unlock vqs while freeing buffers
...ug_port+0xb4/0x1bc [<807ea858>] virtcons_remove+0xb0/0xfc [<807b6734>] virtio_dev_remove+0x58/0xc0 [<807f918c>] __device_release_driver+0xac/0x134 [<807f924c>] device_release_driver+0x38/0x50 [<807f7edc>] bus_remove_device+0xfc/0x130 [<807f4b74>] device_del+0x17c/0x21c [<807f4c38>] device_unregister+0x24/0x38 [<807b6b50>] unregister_virtio_device+0x28/0x44 Fix this by restructuring the loops to allow the locks to only be taken where it is necessary to protect the vqs, and release it while the buffer is being freed. Fixes: c6017e793b93 ("virtio:...
2013 Sep 23
6
btrfs: qgroup scan failed with -12
...fa036bcf0>] find_parent_nodes+0x49c/0x5a5 [btrfs] [1878432.676383] [<ffffffffa036be75>] btrfs_find_all_roots+0x7c/0xd7 [btrfs] [1878432.676441] [<ffffffffa036d6e1>] ? qgroup_account_ref_step1+0xea/0x102 [btrfs] [1878432.676542] [<ffffffffa036d915>] btrfs_qgroup_rescan_worker+0x21c/0x516 [btrfs] [1878432.676645] [<ffffffffa03482cc>] worker_loop+0x15e/0x48e [btrfs] [1878432.676702] [<ffffffffa034816e>] ? btrfs_queue_worker+0x267/0x267 [btrfs] [1878432.676757] [<ffffffff8104e51a>] kthread+0xb5/0xbd [1878432.676809] [<ffffffff8104e465>] ? kthread_free...
2009 Apr 03
1
Memory Leak with stock Squirrelmail, PHP, mysql, apache since 5.3
...Trace: Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff802bc998>] out_of_memory+0x8b/0x203 Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff8020f657>] __alloc_pages+0x245/0x2ce Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff8021336e>] __do_page_cache_readahead+0xd0/0x21c Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff80262824>] __wait_on_bit_lock+0x5b/0x66 Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff88081d4d>] :dm_mod:dm_any_congested+0x38/0x3f Apr 2 17:18:28 s_local at webmail kernel:[<ffffffff80213c47>] filemap_nopage+0x148/0x32...
2010 Dec 21
2
[PATCH] chain.c32: support chainloading GRUB2 core.img
...2 kernel image size */ + uint32_t grub2_kernel_image_size; + /* 0x210 - 0x213: GRUB2 compressed size */ + uint32_t grub2_compressed_size; + /* 0x214 - 0x217: msdos partition number */ + uint32_t install_dos_part; + /* 0x218 - 0x21b: BSD partition number */ + uint32_t install_bsd_part; + /* 0x21c - 0x25b: GRUB2 directory name */ + char grub2dir[0x40]; - stage2 = data[ndata].data; + /* 0x25c - 0x267: Multiboot header */ + struct { + /* 0x25c - 0x25f: magic number = 0x1badb002 */ + uint32_t magic; + /* 0x260 - 0x263: flags */ + uint32_t flags; + /* 0x264 - 0x2...
2009 Jun 04
1
Sims 3 issue
...70990) in the format lookup table fixme:thread:SetThreadIdealProcessor (0x1fc): stub fixme:thread:SetThreadIdealProcessor (0x218): stub fixme:thread:SetThreadIdealProcessor (0x21c): stub fixme:xinput:XInputGetState (1 0x256fca8) fixme:thread:SetThreadIdealProcessor (0x260): stub fixme:thread:SetThreadIdealProcessor (0x264): stub fixme:imm:ImmGe...
2008 Jun 23
2
Call from ... user32.dll.WIN_invalidate_dce, aborting
...1f9bc X11DRV_WindowMessage+0xfc() in winex11 (0x019f8e98) 4 0x7ec24e9e in user32 (+0x74e9e) (0x019f8ec8) 5 0x7ec26105 in user32 (+0x76105) (0x019f8f38) 6 0x7ec290f9 in user32 (+0x790f9) (0x019f8f98) 7 0x7ec2956a SendMessageW+0x4a() in user32 (0x019f8fd8) 8 0x7e23325c X11DRV_SetPixelFormat+0x21c() in winex11 (0x019f9038) 9 0x7eb5dad1 SetPixelFormat+0x61() in gdi32 (0x019f9068) 10 0x7e7141bf InitAdapters+0x322f() in wined3d (0x019f9518) 11 0x7e786a92 WineDirect3DCreate+0x22() in wined3d (0x019f9548) 12 0x7e7cb4c7 Direct3DCreate9+0x77() in d3d9 (0x019f9578) 13 0x00e1759e in nwn2mai...
2016 Jun 06
2
[PATCH v2] Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"
...>] bus_add_driver+0x1d0/0x238 [ 2.898796] [<ffffff800858ed50>] driver_register+0x60/0xf8 [ 2.898802] [<ffffff80083a20dc>] __pci_register_driver+0x3c/0x48 [ 2.898809] [<ffffff8008468eb4>] drm_pci_init+0xf4/0x120 [ 2.898818] [<ffffff8008c56fc0>] nouveau_drm_init+0x21c/0x230 [ 2.898825] [<ffffff80080829d4>] do_one_initcall+0x8c/0x190 [ 2.898832] [<ffffff8008c31af4>] kernel_init_freeable+0x14c/0x1f0 [ 2.898839] [<ffffff80088a0c20>] kernel_init+0x10/0x100 [ 2.898845] [<ffffff8008085e10>] ret_from_fork+0x10/0x40 [ 2.898853] Cod...
2016 Apr 29
1
[PATCH] Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"
...>] bus_add_driver+0x1d0/0x238 [ 2.898796] [<ffffff800858ed50>] driver_register+0x60/0xf8 [ 2.898802] [<ffffff80083a20dc>] __pci_register_driver+0x3c/0x48 [ 2.898809] [<ffffff8008468eb4>] drm_pci_init+0xf4/0x120 [ 2.898818] [<ffffff8008c56fc0>] nouveau_drm_init+0x21c/0x230 [ 2.898825] [<ffffff80080829d4>] do_one_initcall+0x8c/0x190 [ 2.898832] [<ffffff8008c31af4>] kernel_init_freeable+0x14c/0x1f0 [ 2.898839] [<ffffff80088a0c20>] kernel_init+0x10/0x100 [ 2.898845] [<ffffff8008085e10>] ret_from_fork+0x10/0x40 [ 2.898853] Cod...
2012 Sep 10
1
usb port issue in 9.1-Prerelease (Possibly Cam related)
...s effectively useless. Plugging anything into the ports shows no device showing up. Running usbconfig hangs with: PID TID COMM TDNAME KSTACK 48562 101874 usbconfig - mi_switch+0x186 sleepq_wait+0x42 _sx_xlock_hard+0x426 usbd_enum_lock+0xac usb_ref_device+0x21c usb_open+0xc7 devfs_open+0x197 vn_open_cred+0x2ff kern_openat+0x20a amd64_syscall+0x540 Xfast_syscall+0xf7 Controller is: uhci0@pci0:0:26:0: class=0x0c0300 card=0x02091028 chip=0x28348086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Fa...
2016 Oct 25
0
[PATCH] virtio: console: Unlock vqs while freeing buffers
...07ea858>] virtcons_remove+0xb0/0xfc > [<807b6734>] virtio_dev_remove+0x58/0xc0 > [<807f918c>] __device_release_driver+0xac/0x134 > [<807f924c>] device_release_driver+0x38/0x50 > [<807f7edc>] bus_remove_device+0xfc/0x130 > [<807f4b74>] device_del+0x17c/0x21c > [<807f4c38>] device_unregister+0x24/0x38 > [<807b6b50>] unregister_virtio_device+0x28/0x44 > > Fix this by restructuring the loops to allow the locks to only be taken > where it is necessary to protect the vqs, and release it while the > buffer is being freed. >...
2018 Apr 29
0
Panic when using doveadm fts lookup
...odules/lib20_fts_plugin.so(fts_backend_lookup+0x4d) [0x7fa7abf6861d] -> /usr/lib/dovecot/modules/doveadm/lib20_doveadm_fts_plugin.so(+0x2821) [0x7fa7aabff821] -> doveadm(+0x28fcd) [0x5617545e8fcd] -> doveadm(+0x29ba8) [0x5617545e9ba8] -> doveadm(doveadm_cmd_ver2_to_mail_cmd_wrapper+0x21c) [0x5617545ea9ec] -> doveadm(doveadm_cmd_run_ver2+0x555) [0x5617545f9d25] -> doveadm(doveadm_cmd_try_run_ver2+0x37) [0x5617545f9d77] -> doveadm(main+0x1da) [0x5617545d9afa] -> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7fa7ac5d42e1] -> doveadm(_start+0x2a) [0x561...
2007 Jun 13
2
HTB deadlock
...0278ff7>] sock_sendmsg+0xe5/0x100 [<c01cd8be>] copy_from_user+0x33/0x69 [<c027913f>] sys_sendmsg+0x12d/0x243 [<c02e2564>] _read_unlock_irq+0x5/0x7 [<c013fb2b>] find_get_page+0x37/0x42 [<c01423dd>] filemap_nopage+0x30c/0x3a3 [<c014bb99>] __handle_mm_fault+0x21c/0x943 [<c02e24c5>] _spin_unlock_bh+0x5/0xd [<c027b475>] sock_setsockopt+0x63/0x59d [<c0151801>] anon_vma_prepare+0x1b/0xcb [<c027a2ea>] sys_socketcall+0x24f/0x271 [<c02e3ad0>] do_page_fault+0x0/0x600 [<c01038f1>] sysenter_past_esp+0x56/0x79 ===============...
2010 Nov 26
1
Mailbox Delete
...plugin.so [0xb7500fa9] -> /opt/addons/lib/dovecot/libdovecot-storage.so.0(hook_mail_namespaces_created+0x31) [0xb76ee011] -> /opt/addons/lib/dovecot/libdovecot-storage.so.0(mail_namespaces_init+0x7c4) [0xb76e71d4] -> /opt/addons/lib/dovecot/libdovecot-storage.so.0(mail_storage_service_next+0x21c) [0xb76f4b9c] -> /opt/addons/lib/dovecot/libdovecot-stor Nov 26 17:39:29 brc dovecot: master: Error: service(imap): child 2830 killed with signal 6 (core dumps disabled) TKS Timo !!!
2010 Jul 20
1
No Text in Sims 3
...Unrecognized 1414745673 (as fourcc: INST) WINED3DFORMAT! fixme:d3d:getFormatDescEntry Can't find format unrecognized(1414745673) in the format lookup table fixme:thread:SetThreadIdealProcessor (0x1b8): stub fixme:thread:SetThreadIdealProcessor (0x200): stub fixme:thread:SetThreadIdealProcessor (0x21c): stub fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x6654708,0x6654640): stub fixme:thread:SetThreadIdealProcessor (0x220): stub fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x92d1828,0x6654848): stub fixme:thread:SetThreadIdealProcessor (0x264): stub fixme:thread:SetThreadIdealProcessor (0x24...
2012 Sep 12
2
Deadlock in btrfs-cleaner, related to snapshot deletion
...86.319496] [<ffffffffa011b29d>] btrfs_tree_lock+0xcd/0x250 [btrfs] [ 386.319503] [<ffffffff8107ccd0>] ? add_wait_queue+0x60/0x60 [ 386.319542] [<ffffffffa0102873>] lock_extent_buffer_for_io+0x103/0x260 [btrfs] [ 386.319581] [<ffffffffa010862c>] btree_write_cache_pages+0x21c/0x410 [btrfs] [ 386.319619] [<ffffffffa00f1e40>] ? can_nocow_odirect+0x2b0/0x2b0 [btrfs] [ 386.319654] [<ffffffffa00e4a6b>] btree_writepages+0x3b/0x40 [btrfs] [ 386.319661] [<ffffffff81138450>] do_writepages+0x20/0x40 [ 386.319670] [<ffffffff811af12f>] __writeback_si...
2016 Jun 06
0
[PATCH v2] Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64"
...+0x1d0/0x238 > [ 2.898796] [<ffffff800858ed50>] driver_register+0x60/0xf8 > [ 2.898802] [<ffffff80083a20dc>] __pci_register_driver+0x3c/0x48 > [ 2.898809] [<ffffff8008468eb4>] drm_pci_init+0xf4/0x120 > [ 2.898818] [<ffffff8008c56fc0>] nouveau_drm_init+0x21c/0x230 > [ 2.898825] [<ffffff80080829d4>] do_one_initcall+0x8c/0x190 > [ 2.898832] [<ffffff8008c31af4>] kernel_init_freeable+0x14c/0x1f0 > [ 2.898839] [<ffffff80088a0c20>] kernel_init+0x10/0x100 > [ 2.898845] [<ffffff8008085e10>] ret_from_fork+0x10/0x4...
2009 Feb 26
2
BUG: Mount/Unmount Loop
...[<000003e0007185c8>] btrfs_alloc_free_block+0x6c/0xb0 [btrfs] [ 121.451676] [<000003e00070841a>] __btrfs_cow_block+0x242/0xa08 [btrfs] [ 121.451766] [<000003e0007093e4>] btrfs_cow_block+0x220/0x234 [btrfs] [ 121.451857] [<000003e00072761a>] btrfs_commit_tree_roots+0x6e/0x21c [btrfs] [ 121.452077] [<000003e000728c56>] btrfs_commit_transaction+0x33a/0x7ac [btrfs] [ 121.452175] [<000003e000704bec>] btrfs_sync_fs+0x88/0xa0 [btrfs] [ 121.452264] [<0000000000121d88>] quota_sync_sb+0x50/0x118 [ 121.452287] [<00000000000d23e8>] __fsync_super+0x3...
2006 Mar 03
3
Using DTrace to locate memory leak
Howdy, I am attempting to isolate the location of a memory leak in a 4GL program, and have hit a bit of a snag. When I LD_PRELOAD libumem and run the application server, "::findleaks -fdv" reports numerous leaks: CACHE LEAKED BUFCTL CALLER 0000000100b49068 15 0000000100ef2d50 fdcon+0x6c4 0000000100b50028 1 0000000100b72ac0 fdcon+0x6c4 0000000100b49068
2010 Oct 08
1
duplicate transaction log sequence?
...t/imap(client_input+0x5f) [0x805645f] -> /usr/local/lib/dovecot/libdovecot.so.0(io_loop_handler_run+0x110) [0x207e50] -> /usr/local/lib/dovecot/libdovecot.so.0(io_loop_run+0x2f) [0x206a5f] -> /usr/local/lib/dovecot/libdovecot.so.0(master_service_run+0x2a) [0x1f461a] -> dovecot/imap(main+0x21c) [0x805eafc] -> /lib/libc.so.6(__libc_start_main+0xdc) [0x45be9c] -> dovecot/imap [0x804e071] 2010/10/07 23:00:25 master: Error: service(imap): child 1077 killed with signal 6 (core dumps disabled) 2010/10/07 23:00:25 imap(emailadr): Error: Transaction log /opt/vmail/ba-avis.no/abs/mail/.Draf...