Displaying 20 results from an estimated 20000 matches similar to: "gdb segfault under ddd"
2005 Mar 28
3
Debugging Asterisk in GDB (DDD)
Hi,
I am running Asterisk on Fedora Core 3. I am trying to use DDD to debug Asterisk. However, when I attach the debugger to the Asterisk Process, the Asterisk CLI promt hangs. Does not give any output, and Asterisk stops processing calls...
What could be wrong and what is the best way to debug Asterisk...?
Appreciate pointers..
Thx a lot,
J
---------------------------------
Do you
2011 Jul 29
2
R DDD fortran
Is there an easy way to compile a packages's fortran so that it has the information for ddd or gdb to follow the lines of the code? I seem to remember seeing something about this, but I cannot find it in Writing R Extensions. (I see about Valgrind, debugging a segfault, and some other tricks, but what I really want is to follow the fortran logic.)
Thanks for any pointers,
Paul
2012 Dec 28
2
[LLVMdev] Newbie question(?): How to correctly create debug info, when generating IR
Hello all,
Summary & Context:
-------------------------------
I am starting to write a front-end for some domain specific programming
languages. Code generation seems to be working fine.
However, I am having trouble generating debug info, to be used by gdb.
The problem:
--------------------
I generate a foo.ll file, that is later compiled into an executable foo.
The foo.ll file I
2015 Oct 01
1
doveadm + ldap userdb
Hi!
OS: CentOS Linux release 7.1.1503 (Core)
Dovecot: 2.2.18
Run user listing - doveadm user '*', single user - work.
auth[20540]: segfault at 8 ip 00007fd554340c6b sp 00007ffc17c886e0 error
4 in libauthdb_ldap.so[7fd55433b000+a000]
dovecot: auth: Fatal: master: service(auth): child 20540 killed with
signal 11 (core dumped)
dovecot: auth: Error: net_connect_unix(auth-worker) failed:
2014 Oct 23
1
Ast 13 beta 3 - Segfault when calling on pjsip trunk with directmedia=yes
Hello all,
I'm setting up a couple of test boxes and I'm running into a problem.
What I need help with is determining whether I'm going something wrong
or if I need to post a bug report. I have two asterisk 13.0-beta 3
machines set up with extensions connected to each as such:
3700 ----> AST-A <------> AST-B <---- 3800 & 3801
When I place a call from 3800 to
2011 Dec 18
1
SegFault trying to open Steam
This is very possibly an easy fix, as I've had steam running on this particular box before through wine. However, I've been googling my ass off and looking through the suggested fixes on the appdb to no avail. Let's start with my setup:
OS: Slackware 13.37 (64 bit with working multilib) completely up to date
Video: NVIDIA GeForce 9500 GT running the most recent linux 64 bit
2007 Apr 30
0
Segfaults in 1.2.18
Hi,
I have upgraded two production Asterisk servers to 1.2.18
from 1.2.17 in response to the security alert on April the 25th. Since
the upgrade one server has seg faulted 4 times and the other 2, nothing
else has changed on the two servers in the recent past. I use the
safe_asterisk script so have core dumps from all the seg faults but
running the backtrace only yeilds"unresolved
2015 Dec 16
0
Mystifying SEGFAULT on 3.2.3 but not 3.2.2
Gert,
On 16 December 2015 at 12:06, Gert van Valkenhoef wrote:
| I recently upgraded to 3.2.3 and am getting mystifying errors with my
| in-development code (available at
| https://github.com/gertvv/gemtc/tree/feature/regression). Every few hundred
| LPs that I solve using the rcdd package will result in a SEGFAULT in the
| garbage collector (address 0x10, cause 'memory not mapped') or an
2010 May 15
3
[LLVMdev] Is it possible to step through LLVM IR with GDB?
Is it possible to compile LLVM source in such a way that it's possible
to step through it with GDB (and hopefully frontends like DDD as well)?
Thanks in advance,
--Patrick
2020 May 12
1
Segfault on read.socket with long message
Thanks for the link.? Somehow the information about how to join the
bugzilla site was not available at bugzilla and buried in the CRAN web
site instructions on reporting bugs (which pointed me at Bugzilla and
not the page you showed me).
The example is pretty minimal.? I left the tracing statements
(flog.trace()) and the toJSON, fromJSON in as I thought they might
provide some context for
1997 Apr 08
0
R-alpha: Seg.faults with complex: factor(..), unique(..). Missing feature ``sort( complex(..) )''
1) Several functions still (0.50 - pre6)
give seg.faults when called with complex:
unique( 1i) --> segfault
In 'factor', levels are defaulted to 'sort(unique(x))'
which seg.faults factor( 1i).
Because of 'factor', table(..complex..) seg.faults,.....
2) sort ( complex ) [[Of course this is minor ..]]
You may not believe this can be useful, but...
I've
2003 Nov 14
2
writeChar potential buffer overrun (PR#5090)
Trying to copy the (binary) header of a input file directly
to an output file, I've had repeatable seg faults. The call:
writeChar(hdr, outfh, nchars=6144)
when hdr just contains one empty string seems to be the
culprit. The stack traces weren't all that illuminating,
with sig 11 in memory-related functions following this. But
in src/main/connections.c it looks like do_writechar
2010 May 15
0
[LLVMdev] Is it possible to step through LLVM IR with GDB?
On 15/05/10 09:20, Patrick Alexander Simmons wrote:
> Is it possible to compile LLVM source in such a way that it's possible
> to step through it with GDB (and hopefully frontends like DDD as well)?
Configure with --disable-optimized
Ciao,
Duncan.
2007 Jun 12
0
CESA-2007:0469 Low CentOS 3 x86_64 gdb - security and bug fix update
gdb security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2007-0469.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
x86_64:
updates/x86_64/RPMS/gdb-6.3.0.0-1.138.el3.i386.rpm
updates/x86_64/RPMS/gdb-6.3.0.0-1.138.el3.x86_64.rpm
source:
updates/SRPMS/gdb-6.3.0.0-1.138.el3.src.rpm
You may update your CentOS-3 x86_64 installations by
1999 Nov 26
1
memory.profile() messes up the vector heap on Alpha/Linux?
Hello,
I have been trying to debug a problem with R-0.90.0 (this bug was in
0.65.1, too). The following code results in seg faults. It doesn't
seg-fault on Linux/intel.
> memory.profile()
> gc()
As long as I don't execute memory.profile(), there is no problem with
garbage collection. So I think that memory.profile() screws up the
heap in some way.
When it seg-faults, it dies in
2005 Mar 22
0
RE: etc win32utils seg faults when a pdc/bdc is queried
> -----Original Message-----
> From: "Pe?a, Botp" [mailto:botp@delmonte-phil.com]
> Sent: Tuesday, March 22, 2005 12:19 AM
> To: ruby-talk ML
> Subject: Re: etc win32utils seg faults when a pdc/bdc is queried
>
>
> Hi Win32 team,
>
> Etc seg faults when a pdc or bdc (domain controller) is
> queried. Is support for domain controllers not up yet?
>
2008 Oct 30
1
Can not debug sshd in gdb
I can not debug sshd in gdb. If i set a breakpoint in main function gdb can
step, but I want to set break point on function packet_read_poll2 in file
packet.c and the program do not stop on it.
before installing I ran configure with --disable-strip option, this add -g to
CFLAGS. I also remove optimization flag.
I run sshd with options -ddd -e.
I use OpenSSH portable v5.1.
Please tell me what I
2008 Jan 26
0
JRuby version of win32-api - initial try
Hi all,
I''ve got a preliminary JRuby version of win32-api checked into CVS at
the moment under win32-api/lib/win32/api.rb. I''ve also pasted it below.
It doesn''t quite work right in that I can''t get it to modify the
arguments in place in the API#call method. Take a look at the sample
code at the very bottom to see what I mean.
I haven''t even tried
1999 Oct 30
1
read.table problem on Linux/Alpha (seg faults caused by isspace(R_EOF)) (PR#303)
Full_Name: Naoki Takebayashi
Version: 0.65.1
OS: Linux/Alpha
Submission from: (NULL) (129.79.224.171)
When I was reading a file with read.table("junk.data"), it seg-faulted.
I found out that it seg-faulted when the last line of data file didn't
have the newline char. For example, file like this:
23 3
31 2
24 1<EOF>
Here is a fix.
--- R-0.65.1/src/main/scan.c.orig
2013 Oct 15
4
[Bug 70511] New: nouveau_bo_name_get segmentation fault while running root tutorials/gl/glbox.C
https://bugs.freedesktop.org/show_bug.cgi?id=70511
Priority: medium
Bug ID: 70511
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau_bo_name_get segmentation fault while running
root tutorials/gl/glbox.C
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified