Displaying 2 results from an estimated 2 matches for "gvvvvvvc".
Did you mean:
vvvvvvc
2023 Aug 20
1
Segmentation fault
I cannot follow your instructions, because asterisk segfaults on start. It never starts
Can you give me instruction to trap this segfault on starting asterisk?
Like gdb …..asterist –gvvvvvvc
From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Mark Murawski
Sent: Saturday, August 19, 2023 11:04 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Segmentation fault
Hi Federico,
Segfaults are 100% not by design. Typically...
2023 Aug 20
1
Segmentation fault
Hi Federico,
Segfaults are 100% not by design. Typically if something seg faulted,
either there is a logic bug or a component mismatch. The you should
definitely be able to use more than one connection (we use multiple
connections with postgres odbc with no issue).
If Asterisk segfaults when using odbc
Try this:
- use ps and get the pid of Asterisk
- run gdb, attach to the asterisk pid
- do