Displaying 20 results from an estimated 59 matches for "0x172".
Did you mean:
0x12
2008 Oct 30
3
[LLVMdev] Problem executing code with lli...
...any warning of any sorts. If I compile the program to convert it into a bytecode file and then run it through lli it segfaults and the program aborts. This is the stack trace after execution.
lli((anonymous namespace)::PrintStackTrace()+0x1f)[0x67cc7f]
lli((anonymous namespace)::SignalHandler(int)+0x172)[0x67cf72]
/lib64/tls/libc.so.6[0x2a95e4b300]
lli(llvm::ExecutionEngine::LoadValueFromMemory(llvm::GenericValue*, llvm::Type const*)+0x182)[0x4be4f2]
lli(llvm::InstVisitor<llvm::Interpreter, void>::visit(llvm::Instruction&)+0x1fe)[0x4b648e]
lli(llvm::Interpreter::run()+0x2b)[0x4b179b]
lli...
2013 Dec 05
9
[PATCH 0/2] virtio-net: Fix two bugs on unloading the module
They can be easy to reproduce, if you try to unload virtio-net
Andrey Vagin (2):
virtio-net: determine type of bufs correctly
virtio: delete napi objects from netdev before releasing memory
drivers/net/virtio_net.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: "Michael S. Tsirkin" <mst at redhat.com>
2013 Dec 05
9
[PATCH 0/2] virtio-net: Fix two bugs on unloading the module
They can be easy to reproduce, if you try to unload virtio-net
Andrey Vagin (2):
virtio-net: determine type of bufs correctly
virtio: delete napi objects from netdev before releasing memory
drivers/net/virtio_net.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: "Michael S. Tsirkin" <mst at redhat.com>
2005 Sep 06
3
OpenSSH-4.2p1 with OpenSSL-0.98 (bug)
...l/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xbc): In function `dlfcn_load':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x147): In function `dlfcn_bind_var':
: undefined reference to `dlsym'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x172): In function `dlfcn_bind_var':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x237): In function `dlfcn_bind_func':
: undefined reference to `dlsym'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x262): In function `dlfcn_bind_func'...
2011 Feb 16
4
[PATCH] xen: use freeze/restore/thaw PM events for suspend/resume/chkpt
Use PM_FREEZE, PM_THAW and PM_RESTORE power events for
suspend/resume/checkpoint functionality, instead of PM_SUSPEND
and PM_RESUME. Use of these pm events fixes the Xen Guest hangup
when taking checkpoints. When a suspend event is cancelled
(while taking checkpoints once/continuously), we use PM_THAW
instead of PM_RESUME. PM_RESTORE is used when suspend is not
cancelled. See
2009 Nov 08
9
2.6.31 xenified kernel - not ready for production
Hi,
I just want to know if somebody use 2.6.31.4 xenified kernel (aka
OpenSUSE) in production?
We have been testing it on new Nehalem Xeon server for few weeks w/o
any problem.
But as soon we tried it on production machine - after several
production domUs started - hard OS failure.
We had to switch back to 2.6.18.8 - xen stock kernel.
Peter
_______________________________________________
2019 Jul 24
2
Dynamic DNS record scavenging support
...9071]: #38
/usr/lib64/samba/libldb-key-value-samba4.so(+0x40df) [0x7fda591a30df]
Jul 24 16:39:20 dc1 samba[29071]: #39
/usr/lib64/samba/libldb-key-value-samba4.so(+0x5d70) [0x7fda591a4d70]
Jul 24 16:39:20 dc1 samba[29071]: #40
/usr/lib64/samba/libtevent.so.0(tevent_common_invoke_timer_handler+0x172)
[0x7fda73aecbbc]
Jul 24 16:39:20 dc1 samba[29071]: #41
/usr/lib64/samba/libtevent.so.0(tevent_common_loop_timer_delay+0xa6)
[0x7fda73aecd22]
Jul 24 16:39:20 dc1 samba[29071]: #42
/usr/lib64/samba/libtevent.so.0(+0xc180) [0x7fda73aee180]
Jul 24 16:39:20 dc1 samba[29071]: #43
/usr/lib64/samba/...
2013 Dec 06
1
[PATCH 2/2] virtio: delete napi structures from netdev before releasing memory
...13f5f28>] bus_remove_driver+0x58/0xd0
> [<ffffffff813f72ec>] driver_unregister+0x2c/0x50
> [<ffffffff813ae65e>] unregister_virtio_driver+0xe/0x10
> [<ffffffffa0036942>] virtio_net_driver_exit+0x10/0x6ce [virtio_net]
> [<ffffffff810d7cf2>] SyS_delete_module+0x172/0x220
> [<ffffffff810a732d>] ? trace_hardirqs_on+0xd/0x10
> [<ffffffff810f5d4c>] ? __audit_syscall_entry+0x9c/0xf0
> [<ffffffff81677f69>] system_call_fastpath+0x16/0x1b
> Code: 00 00 55 48 8b 17 48 b9 00 01 10 00 00 00 ad de 48 8b 47 08 48 89 e5 48 39 ca 74 29 48 b9...
2013 Dec 06
1
[PATCH 2/2] virtio: delete napi structures from netdev before releasing memory
...13f5f28>] bus_remove_driver+0x58/0xd0
> [<ffffffff813f72ec>] driver_unregister+0x2c/0x50
> [<ffffffff813ae65e>] unregister_virtio_driver+0xe/0x10
> [<ffffffffa0036942>] virtio_net_driver_exit+0x10/0x6ce [virtio_net]
> [<ffffffff810d7cf2>] SyS_delete_module+0x172/0x220
> [<ffffffff810a732d>] ? trace_hardirqs_on+0xd/0x10
> [<ffffffff810f5d4c>] ? __audit_syscall_entry+0x9c/0xf0
> [<ffffffff81677f69>] system_call_fastpath+0x16/0x1b
> Code: 00 00 55 48 8b 17 48 b9 00 01 10 00 00 00 ad de 48 8b 47 08 48 89 e5 48 39 ca 74 29 48 b9...
2017 Dec 29
1
cannot mount with glusterfs-fuse after NFS-Ganesha enabled
...usterfs.so.0(glusterfs_graph_destroy+0x84) [0x7f0d80e6edc4]
) 0-graph: invalid argument: graph [Invalid argument]
[2017-12-28 08:15:30.133119] W [glusterfsd.c:1288:cleanup_and_exit]
(-->/usr/sbin/glusterfs(mgmt_getspec_cbk+0x3c1) [0x7f0d81334fb1]
-->/usr/sbin/glusterfs(glusterfs_process_volfp+0x172) [0x7f0d8132f542]
-->/usr/sbin/glusterfs(cleanup_and_exit+0x6b) [0x7f0d8132eabb] ) 0-:
received signum (1), shutting down
[2017-12-28 08:15:30.133147] I [fuse-bridge.c:5817:fini] 0-fuse: Unmounting
'/mnt'.
[2017-12-28 08:15:30.136316] I [fuse-bridge.c:5822:fini] 0-fuse: Closing
fuse conn...
2006 Dec 08
2
Lots of "swapper: page allocation failure" and other memory related messages - 2.6.16-xen0
...0xc0
Dec 8 12:19:27 server kernel: [hypervisor_callback+44/52] hypervisor_callback+0x2c/0x34
Dec 8 12:19:27 server kernel: [xen_idle+97/127] xen_idle+0x61/0x7f
Dec 8 12:19:27 server kernel: [cpu_idle+76/97] cpu_idle+0x4c/0x61
Dec 8 12:19:27 server kernel: [start_kernel+370/372] start_kernel+0x172/0x174
Dec 8 12:19:27 server kernel: Mem-info:
Dec 8 12:19:27 server kernel: DMA per-cpu:
Dec 8 12:19:27 server kernel: cpu 0 hot: high 90, batch 15 used:14
Dec 8 12:19:27 server kernel: cpu 0 cold: high 30, batch 7 used:25
Dec 8 12:19:27 server kernel: cpu 1 hot: high 90, batch 15 used:56
Dec...
2013 Dec 06
1
[PATCH 1/2] virtio-net: determine type of bufs correctly
...13f5f08>] bus_remove_driver+0x58/0xd0
> [<ffffffff813f72cc>] driver_unregister+0x2c/0x50
> [<ffffffff813ae63e>] unregister_virtio_driver+0xe/0x10
> [<ffffffffa0036852>] virtio_net_driver_exit+0x10/0x7be [virtio_net]
> [<ffffffff810d7cf2>] SyS_delete_module+0x172/0x220
> [<ffffffff810a732d>] ? trace_hardirqs_on+0xd/0x10
> [<ffffffff810f5d4c>] ? __audit_syscall_entry+0x9c/0xf0
> [<ffffffff81677f69>] system_call_fastpath+0x16/0x1b
> Code: c0 74 55 0f 1f 44 00 00 80 7b 30 00 74 7a 48 8b 50 30 4c 89 e6 48 03 73 20 48 85 d2 0f 84...
2013 Dec 06
1
[PATCH 1/2] virtio-net: determine type of bufs correctly
...13f5f08>] bus_remove_driver+0x58/0xd0
> [<ffffffff813f72cc>] driver_unregister+0x2c/0x50
> [<ffffffff813ae63e>] unregister_virtio_driver+0xe/0x10
> [<ffffffffa0036852>] virtio_net_driver_exit+0x10/0x7be [virtio_net]
> [<ffffffff810d7cf2>] SyS_delete_module+0x172/0x220
> [<ffffffff810a732d>] ? trace_hardirqs_on+0xd/0x10
> [<ffffffff810f5d4c>] ? __audit_syscall_entry+0x9c/0xf0
> [<ffffffff81677f69>] system_call_fastpath+0x16/0x1b
> Code: c0 74 55 0f 1f 44 00 00 80 7b 30 00 74 7a 48 8b 50 30 4c 89 e6 48 03 73 20 48 85 d2 0f 84...
2019 Jul 24
0
Dynamic DNS record scavenging support
...b64/samba/libldb-key-value-samba4.so(+0x40df) [0x7fda591a30df]
> Jul 24 16:39:20 dc1 samba[29071]: #39
> /usr/lib64/samba/libldb-key-value-samba4.so(+0x5d70) [0x7fda591a4d70]
> Jul 24 16:39:20 dc1 samba[29071]: #40
> /usr/lib64/samba/libtevent.so.0(tevent_common_invoke_timer_handler+0x172)
> [0x7fda73aecbbc]
> Jul 24 16:39:20 dc1 samba[29071]: #41
> /usr/lib64/samba/libtevent.so.0(tevent_common_loop_timer_delay+0xa6)
> [0x7fda73aecd22]
> Jul 24 16:39:20 dc1 samba[29071]: #42
> /usr/lib64/samba/libtevent.so.0(+0xc180) [0x7fda73aee180]
> Jul 24 16:39:20 dc1 sa...
2008 Aug 13
3
DRBD 8.2 crashes CentOS 5.2 on rsync from remote host
...0000e6 00000001
ee187b14 00000046
f49e7bc0 f04a6ab8 f04a6a8c f426c800 fe187128 f4e355a0
0000349f f8d24805
00000800 f426c800 f426c800 00000008 f426c9f4 f8d14d47
f385dfbc f8d15fbc
Call Trace:
[<f8d1953b>] _req_may_be_done+0x4ea/0x710 [drbd]
[<f8d24805>] tl_release+0x35/0x172 [drbd]
[<f8d14d47>] got_BarrierAck+0x10/0x6b [drbd]
[<f8d15fbc>] drbd_asender+0x3b1/0x4e7 [drbd]
[<f8d24a53>] drbd_thread_setup+0x0/0x14e [drbd]
[<f8d24adb>] drbd_thread_setup+0x88/0x14e [drbd]
[<f8d24a53>] drbd_thread_setup+0x0/0x14e [drbd]
[<c0405c3b&g...
2019 Jul 10
4
error in sernet samba
...lue-samba4.so(ldb_kv_search_indexed+0x6f3) [0x7f3de1f72518]
#23 /usr/lib64/samba/libldb-key-value-samba4.so(ldb_kv_search+0x368) [0x7f3de1f6ee2e]
#24 /usr/lib64/samba/libldb-key-value-samba4.so(+0x56a3) [0x7f3de1f6d6a3]
#25 /usr/lib64/samba/libtevent.so.0(tevent_common_invoke_timer_handler+0x172) [0x7f3dfc8b5bbc]
#26 /usr/lib64/samba/libtevent.so.0(tevent_common_loop_timer_delay+0xa6) [0x7f3dfc8b5d22]
#27 /usr/lib64/samba/libtevent.so.0(+0xc180) [0x7f3dfc8b7180]
#28 /usr/lib64/samba/libtevent.so.0(+0xa167) [0x7f3dfc8b5167]
#29 /usr/lib64/samba/libtevent.so.0(_tevent_loop_once+0...
2020 Feb 14
1
[PATCH 1/2] virtio-blk: fix hw_queue stopped on arbitrary error
...40FX + PIIX, 1996), BIOS
rel-1.12.0-59-gc9ba5276e321-prebuilt.qemu.org 04/01/2014
[ 54.769208] Workqueue: writeback wb_workfn (flush-253:0)
[ 54.769211] RIP: 0010:report_addr+0x71/0x77
... ...
[ 54.769226] Call Trace:
[ 54.769241] dma_direct_map_page+0xc9/0xe0
[ 54.769245] virtqueue_add+0x172/0xaa0
[ 54.769248] virtqueue_add_sgs+0x85/0xa0
[ 54.769251] virtio_queue_rq+0x292/0x480
[ 54.769255] __blk_mq_try_issue_directly+0x13e/0x1f0
[ 54.769257] blk_mq_request_issue_directly+0x48/0xa0
[ 54.769259] blk_mq_try_issue_list_directly+0x3c/0xb0
[ 54.769261] blk_mq_sched_insert_...
2017 Oct 29
1
systemd-journald errors
Hi all,
I have 5 CentOS 7 virtual guests installed (all fully patched to latest release) and i have the following error in all of them:
systemd-journald[7779]: File /run/log/journal/b4a41f4214ca44f898638301891a6f2e/system.journal corrupted or uncleanly shut down, renaming and replacing.
?? .. And I don't understand why. I have configured "Storage=volatile" in journald.conf ...
2018 Dec 05
0
Random issue on mailbox "assertion failed"
...so.0(+0x4d963) [0x7fb890ea2963] -> /usr/lib64/dovecot/lib20_zlib_plugin.so(+0x2a4c) [0x7fb89018fa4c] -> /usr/lib64/dovecot/libdovecot-storage.so.0(+0x802b4) [0x7fb890ed52b4] -> /usr/lib64/dovecot/libdovecot-storage.so.0(mailbox_open+0x20) [0x7fb890ed5430] -> dovecot/imap(cmd_select_full+0x172) [0x7fb8913b0432] -> dovecot/imap(command_exec+0x3c) [0x7fb8913b601c] -> dovecot/imap(+0x17f1f) [0x7fb8913b4f1f] -> dovecot/imap(+0x18005) [0x7fb8913b5005] -> dovecot/imap(client_handle_input+0x14d) [0x7fb8913b52fd] -> dovecot/imap(client_input+0x85) [0x7fb8913b56c5] -> /usr/lib64...
2017 Dec 26
0
trying to mount gluster volume
...usterfs.so.0(glusterfs_graph_destroy+0x84) [0x7f3033531dc4]
) 0-graph: invalid argument: graph [Invalid argument]
[2017-12-26 07:49:38.612573] W [glusterfsd.c:1288:cleanup_and_exit]
(-->/usr/sbin/glusterfs(mgmt_getspec_cbk+0x3c1) [0x7f30339f7fb1]
-->/usr/sbin/glusterfs(glusterfs_process_volfp+0x172) [0x7f30339f2542]
-->/usr/sbin/glusterfs(cleanup_and_exit+0x6b) [0x7f30339f1abb] ) 0-:
received signum (1), shutting down
[2017-12-26 07:49:38.612601] I [fuse-bridge.c:5817:fini] 0-fuse: Unmounting
'/mnt'.
[2017-12-26 07:49:38.616177] I [fuse-bridge.c:5822:fini] 0-fuse: Closing
fuse conn...