Displaying 20 results from an estimated 75 matches for "0000000000000020".
Did you mean:
0000000000000000
2015 May 15
3
[LLVMdev] MIPS asm backend emitting weird symbols into object file?
I'm cross-compiling for MIPS. The test-case is as simple as it can be:
void foo() {}
$clang -target mips64-octeon-linux -c -B
path/to/cross/compiled/mips/assembler a.c
And then I look at the object file:
$ nm a.o
0000000000000020 t $tmp0
0000000000000000 T foo
I would like to know what "$tmp0" is. Furthermore, if I pass -g to
clang, I see a whole bunch of such symbols. Some of them appear to be
MIPS specific DWARF extensions. But the ones I'm not able to figure
out are the $tmp* symbols:
# nm a.o
00000000000...
2013 Jul 31
3
[PATCH] virtio-scsi: Fix virtqueue affinity setup
...num_queues counts the number of request virtqueue which does not
include the control and event virtqueue. It is wrong to subtract
VIRTIO_SCSI_VQ_BASE from vscsi->num_queues.
This patch fixes the following panic.
(qemu) device_del scsi0
BUG: unable to handle kernel NULL pointer dereference at 0000000000000020
IP: [<ffffffff8179b29f>] __virtscsi_set_affinity+0x6f/0x120
PGD 0
Oops: 0000 [#1] SMP
Modules linked in:
CPU: 0 PID: 659 Comm: kworker/0:1 Not tainted 3.11.0-rc2+ #1172
Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
Workqueue: kacpi_hotplug _handle_hotplug_event_func
task: ffff8800...
2013 Jul 31
3
[PATCH] virtio-scsi: Fix virtqueue affinity setup
...num_queues counts the number of request virtqueue which does not
include the control and event virtqueue. It is wrong to subtract
VIRTIO_SCSI_VQ_BASE from vscsi->num_queues.
This patch fixes the following panic.
(qemu) device_del scsi0
BUG: unable to handle kernel NULL pointer dereference at 0000000000000020
IP: [<ffffffff8179b29f>] __virtscsi_set_affinity+0x6f/0x120
PGD 0
Oops: 0000 [#1] SMP
Modules linked in:
CPU: 0 PID: 659 Comm: kworker/0:1 Not tainted 3.11.0-rc2+ #1172
Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
Workqueue: kacpi_hotplug _handle_hotplug_event_func
task: ffff8800...
2013 Mar 14
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...build is looking for.
But with the latest codebase, here is what I saw
00000000000000a8 T llvm_start_basic_block_tracing
0000000000000067 T llvm_trace_basic_block
0000000000000467 T llvm_decrement_path_count
000000000000042a T llvm_increment_path_count
0000000000000662 T llvm_start_path_profiling
0000000000000020 T llvm_start_edge_profiling
0000000000000020 T llvm_start_opt_edge_profiling
Thanks again,
Qun
On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Qun Fa wrote:
>
>> Hi,
>> I am trying to test my project and get the code coverage with a version
>...
2013 Mar 15
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...hat I saw
>>
>> 00000000000000a8 T llvm_start_basic_block_tracing
>> 0000000000000067 T llvm_trace_basic_block
>> 0000000000000467 T llvm_decrement_path_count
>> 000000000000042a T llvm_increment_path_count
>> 0000000000000662 T llvm_start_path_profiling
>> 0000000000000020 T llvm_start_edge_profiling
>> 0000000000000020 T llvm_start_opt_edge_profiling
>>
>> Thanks again,
>> Qun
>>
>> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
>>
>>> Qun Fa wrote:
>>>
>>>> Hi,...
2013 Mar 14
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...e latest codebase, here is what I saw
>
> 00000000000000a8 T llvm_start_basic_block_tracing
> 0000000000000067 T llvm_trace_basic_block
> 0000000000000467 T llvm_decrement_path_count
> 000000000000042a T llvm_increment_path_count
> 0000000000000662 T llvm_start_path_profiling
> 0000000000000020 T llvm_start_edge_profiling
> 0000000000000020 T llvm_start_opt_edge_profiling
>
> Thanks again,
> Qun
>
> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
>
>> Qun Fa wrote:
>>
>>> Hi,
>>> I am trying to test my proj...
2013 Mar 19
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...00a8 T llvm_start_basic_block_tracing
>>>> 0000000000000067 T llvm_trace_basic_block
>>>> 0000000000000467 T llvm_decrement_path_count
>>>> 000000000000042a T llvm_increment_path_count
>>>> 0000000000000662 T llvm_start_path_profiling
>>>> 0000000000000020 T llvm_start_edge_profiling
>>>> 0000000000000020 T llvm_start_opt_edge_profiling
>>>>
>>>> Thanks again,
>>>> Qun
>>>>
>>>> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
>>>>
>&...
2016 Dec 12
4
[PATCH v6 2/2] crypto: add virtio-crypto driver
On Mon, Dec 12, 2016 at 06:54:07PM +0800, Herbert Xu wrote:
> On Mon, Dec 12, 2016 at 06:25:12AM +0000, Gonglei (Arei) wrote:
> > Hi, Michael & Herbert
> >
> > Because the virtio-crypto device emulation had been in QEMU 2.8,
> > would you please merge the virtio-crypto driver for 4.10 if no other
> > comments? If so, Miachel pls ack and/or review the patch,
2016 Dec 12
4
[PATCH v6 2/2] crypto: add virtio-crypto driver
On Mon, Dec 12, 2016 at 06:54:07PM +0800, Herbert Xu wrote:
> On Mon, Dec 12, 2016 at 06:25:12AM +0000, Gonglei (Arei) wrote:
> > Hi, Michael & Herbert
> >
> > Because the virtio-crypto device emulation had been in QEMU 2.8,
> > would you please merge the virtio-crypto driver for 4.10 if no other
> > comments? If so, Miachel pls ack and/or review the patch,
2017 Sep 30
0
Nouveau nullptr on NVIDIA NVA8
...[ 1.323205] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[ 1.473861] nouveau 0000:01:00.0: DRM: allocated 1440x900 fb:
0x70000, bo ffff8800b7baa000
[ 1.476208] fbcon: nouveaufb (fb0) is primary device
[ 1.830143] BUG: unable to handle kernel NULL pointer dereference at
0000000000000020
[ 1.830152] IP: nv50_mstm_service+0xc/0xb0
[ 1.830153] PGD 0
[ 1.830154] P4D 0
[ 1.830158] Oops: 0000 [#1] PREEMPT SMP
[ 1.830159] Modules linked in:
[ 1.830164] CPU: 3 PID: 44 Comm: kworker/3:1 Not tainted 4.13-pingu #1
[ 1.830166] Hardware name: Dell Inc. Latitude E6410/0K42...
2005 Dec 20
2
Unable to handle kernel NULL pointer
..., 9907/6311872 files,
3946561/12619049 blocks
I posted this info to the cluster list initially, they seem to think it
might be a memory > disk problem or perhaps a bug? And said you guys might
know more about it.
Dec 18 03:18:09 data3 kernel: Unable to handle kernel NULL pointer
dereference at 0000000000000020 RIP:
Dec 18 03:18:09 data3 kernel:
<ffffffffa003cfc8>{:jbd:journal_dirty_metadata+71}
Dec 18 03:18:09 data3 kernel: PML4 f4cb067 PGD 2d383067 PMD 0
Dec 18 03:18:09 data3 kernel: Oops: 0000 [1] SMP
Dec 18 03:18:09 data3 kernel: CPU 2
Dec 18 03:18:09 data3 kernel: Modules linked in: md5 ipv6 i...
2013 Mar 15
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...gt;> 00000000000000a8 T llvm_start_basic_block_tracing
>>> 0000000000000067 T llvm_trace_basic_block
>>> 0000000000000467 T llvm_decrement_path_count
>>> 000000000000042a T llvm_increment_path_count
>>> 0000000000000662 T llvm_start_path_profiling
>>> 0000000000000020 T llvm_start_edge_profiling
>>> 0000000000000020 T llvm_start_opt_edge_profiling
>>>
>>> Thanks again,
>>> Qun
>>>
>>> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
>>>
>>>> Qun Fa wrote:
&g...
2008 Apr 02
1
Strange dmesg messages
...This server is in production since
monday, and worked fine until today. The only thing I had changed was
dovecot from 1.1rc3 to 1.1rc4. I already enabled mail_debug, but I got
any erros after that.
Does anyone have any idea of what is happening?
Unable to handle kernel NULL pointer dereference at 0000000000000020
RIP:
<ffffffff8019df99>{sys_inotify_rm_watch+280}
PGD 1107f0067 PUD 1154c8067 PMD 0
Oops: 0002 [1] SMP
last sysfs file: /block/sda/size
CPU 2
Modules linked in: iptable_filter ip_tables x_tables nls_utf8 joydev st
sr_mod ipv6 bonding button battery ac raid0 xfs_quota ext3 jbd loop
sddlmfdrv e...
2016 Feb 04
0
c7 xen-4.6 crash.
...(TM2)
(XEN) CPU2: Intel(R) Xeon(R) CPU 5160 @ 3.00GHz stepping 06
(XEN) ----[ Xen-4.6.0-9.el7 x86_64 debug=n Not tainted ]----
(XEN) CPU: 2
(XEN) RIP: e008:[<ffff82d080181c79>] set_cpu_sibling_map+0x39/0x340
(XEN) RFLAGS: 0000000000010006 CONTEXT: hypervisor
(XEN) rax: 0000000000000020 rbx: 0000000000000200 rcx: 00000037a6cb1580
(XEN) rdx: 0000000000000003 rsi: 0000000000000000 rdi: 0000000000000002
(XEN) rbp: 00000000000000c8 rsp: ffff830826fb7e90 r8: 00000037a6cb1580
(XEN) r9: 00000037a6cb1580 r10: 0000000000000007 r11: 0000000000000001
(XEN) r12: 0000000000000...
2015 Dec 08
1
new install of Xen 4.6 hangs on Loading initial ramdisk
...(TM2)
(XEN) CPU2: Intel(R) Xeon(R) CPU??????????? 5130? @ 2.00GHz stepping 06
(XEN) ----[ Xen-4.6.0-2.el7? x86_64? debug=n? Not tainted ]----
(XEN) CPU:??? 2
(XEN) RIP:??? e008:[<ffff82d080181ba9>] set_cpu_sibling_map+0x39/0x340
(XEN) RFLAGS: 0000000000010006?? CONTEXT: hypervisor
(XEN) rax: 0000000000000020?? rbx: 0000000000000200?? rcx: 00000037bd295580
(XEN) rdx: 0000000000000003?? rsi: 0000000000000000?? rdi: 0000000000000002
(XEN) rbp: 00000000000000c8?? rsp: ffff83083d597e90?? r8:? 00000037bd295580
(XEN) r9:? 00000037bd295580?? r10: 0000000000000007?? r11: 0000000000000001
(XEN) r12: 000000000000...
2011 Jul 25
2
[LLVMdev] dragon egg adding extra characters to function names
...cos implementation with plain gcc I get:
$ nm acos.o
0000000000000000 r .LC1
0000000000000048 r .LC10
0000000000000050 r .LC11
0000000000000058 r .LC12
0000000000000060 r .LC13
0000000000000068 r .LC14
0000000000000070 r .LC15
0000000000000008 r .LC2
0000000000000010 r .LC3
0000000000000018 r .LC4
0000000000000020 r .LC5
0000000000000028 r .LC6
0000000000000030 r .LC7
0000000000000038 r .LC8
0000000000000040 r .LC9
0000000000000000 T __GI_acos
0000000000000000 T __ieee754_acos
U __ieee754_sqrt
0000000000000000 T acos
but when I compile with dragonegg, I get:
$ llvm-nm acos.bc.o
T...
2010 Aug 05
0
No subject
...E=
FLAGS: 00010203
Aug 21 09:08:49 BUBBLE kernel: [ 32.126878] RAX: 0000000000000000 RBX: 00=
0000000151c440 RCX: 0000000000000001
Aug 21 09:08:49 BUBBLE kernel: [ 32.126882] RDX: 0000000000000000 RSI: 00=
007ff893775000 RDI: 0000000000000000
Aug 21 09:08:49 BUBBLE kernel: [ 32.126885] RBP: 0000000000000020 R08: 00=
0000000151c3c0 R09: 00007ff893776018
Aug 21 09:08:49 BUBBLE kernel: [ 32.126888] R10: 00007ff893776008 R11: 00=
00000000000206 R12: 0000000000000002
Aug 21 09:08:49 BUBBLE kernel: [ 32.126891] R13: 0000000000000001 R14: 00=
007ff88e872af0 R15: 00007ff88e872af0
Aug 21 09:08:49 BUBBLE ke...
2013 Mar 25
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...sic_block_tracing
>>>>> 0000000000000067 T llvm_trace_basic_block
>>>>> 0000000000000467 T llvm_decrement_path_count
>>>>> 000000000000042a T llvm_increment_path_count
>>>>> 0000000000000662 T llvm_start_path_profiling
>>>>> 0000000000000020 T llvm_start_edge_profiling
>>>>> 0000000000000020 T llvm_start_opt_edge_profiling
>>>>>
>>>>> Thanks again,
>>>>> Qun
>>>>>
>>>>> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote...
2013 Mar 25
1
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...t;>>>>> 0000000000000067 T llvm_trace_basic_block
>>>>>> 0000000000000467 T llvm_decrement_path_count
>>>>>> 000000000000042a T llvm_increment_path_count
>>>>>> 0000000000000662 T llvm_start_path_profiling
>>>>>> 0000000000000020 T llvm_start_edge_profiling
>>>>>> 0000000000000020 T llvm_start_opt_edge_profiling
>>>>>>
>>>>>> Thanks again,
>>>>>> Qun
>>>>>>
>>>>>> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nich...
2016 Feb 04
1
c7 xen-4.6 crash.
...(XEN) CPU2: Intel(R) Xeon(R) CPU??????????? 5160? @ 3.00GHz stepping 06
(XEN) ----[ Xen-4.6.0-9.el7? x86_64? debug=n? Not tainted ]----
(XEN) CPU:??? 2
(XEN) RIP:??? e008:[<ffff82d080181c79>] set_cpu_sibling_map+0x39/0x340
(XEN) RFLAGS: 0000000000010006?? CONTEXT: hypervisor
(XEN) rax: 0000000000000020?? rbx: 0000000000000200?? rcx: 00000037a6cb1580
(XEN) rdx: 0000000000000003?? rsi: 0000000000000000?? rdi: 0000000000000002
(XEN) rbp: 00000000000000c8?? rsp: ffff830826fb7e90?? r8:? 00000037a6cb1580
(XEN) r9:? 00000037a6cb1580?? r10: 0000000000000007?? r11: 0000000000000001
(XEN) r12: 00000000...