Displaying 6 results from an estimated 6 matches for "bactrace".
Did you mean:
backtrace
2000 Dec 18
1
1.2.0 segfault
...dsecurvature.function.testsA()
Random number generator tests ...ok
DSE curvature test A 1 ... completed
DSE curvature test A 2 ...
Program received signal SIGSEGV, Segmentation fault.
0x763cc in Rf_allocVector (type=14, length=2) at memory.c:1551
1551 CLASS_GET_FREE_NODE(node_class, s);
(gdb) bactrace
Undefined command: "bactrace". Try "help".
(gdb) backtrace
#0 0x763cc in Rf_allocVector (type=14, length=2) at memory.c:1551
#1 0x5561c in Rf_duplicate (s=0xbcd6f0) at duplicate.c:140
#2 0x55518 in Rf_duplicate (s=0x99c508) at duplicate.c:133
#3 0x55518 in Rf_duplicate (s=0...
2005 Dec 09
2
segfault following a detach
...conds (~ 30 seconds - 1 minute) later a segmentation fault
occurrs. I have run it in the debugger and the backtrace is below. When
I step through the code of do_detach it does not appear to be happening
at any consistent location. I assume this means that some worker thread
is involved, but the bactrace is not helpful (at least to me).
1.) Can I improve the backtrace message after the segfault to increase
message potential.
2.) Can I set some breakpoints elsewhere which might be more instructive
as I do not see much going on in do_detach? suggestions?
The library I am working with is in C and...
2012 Mar 13
1
[Bug 777] New: Suspect bug in __do_replace()
...LL when allocation of memory was not
successful by xt_replace_table->xt_jumpstack_alloc() (in my case I suspect
there were no free memory when it's happened):
...
oldinfo = xt_replace_table(t, num_counters, newinfo, &ret);
if (!oldinfo)
goto put_module;
The full bactrace is
WARNING: at /kernel/mm/vmalloc.c:107 vmap_page_range_noflush+0x120/0x1b4()
<4>[18835.587677] [<c00409dc>] (unwind_backtrace+0x0/0x164) from [<c0082a34>]
(warn_slowpath_common+0x4c/0x64)
<4>[18835.587707] [<c0082a34>] (warn_slowpath_common+0x4c/0x64) from
[<c0082...
2014 Feb 14
1
Asterisk Crash in asterisk 10.0.0.
Hi guys,
I need a desperate help from you regarding this asterisk crash issue.
On Thu, Feb 13, 2014 at 5:48 PM, Arun Ram <arunram.prf at gmail.com> wrote:
> Hi,
>
> I am facing asterisk crash issue in my Asterisk 10.0.0. safe asteriskgenerated a core dump in /tmp path . I viewed the core dump using
> viewcore in linux.
>
> *can anyone tell the reason for the
2009 Feb 21
2
Dovecot 1.2.beta1 Backtrace POP3
I am testing out the new Dovecot 1.2.beta1 software. I am getting
reports from people using POP3 that it randomly drops connections.
Looking at the log file I see that the POP3 process they were connecting
to panics and dumps a Raw bactrace. Below is a copy of the logs (IP
addresses striped for security):
dovecot: Feb 21 13:10:45 Info: auth(default):
passwd-file(janna at jantics.com,x.x.x.x): lookup: user=janna at jantics.com
file=/etc/postfix/passwd
dovecot: Feb 21 13:10:45 Info: auth(default): master out: USER 3340
janna at jan...
2018 Nov 28
2
Have LLD and Clang in their correct locations, but still can't generate project files for LLVM
@Jonathan Goodwin: Do I have to use a flag to tell it where the LLVM include files are? And would it be easier to do that in the CMake GUI? Please tell me how you had it find the include files if that may help me.
________________________________
From: Jonathan Goodwin <jondgoodwin at gmail.com>
Sent: Wednesday, November 28, 2018 6:24 AM
To: zturner at google.com
Cc: Osman Zakir; llvm-dev