Displaying 20 results from an estimated 50000 matches similar to: "Migration to centos 7 and program seg faulting [solved]"
2015 Jun 05
3
Migration to centos 7 and program seg faulting
Everything on Centos 7 seems fine - except - my program.
I am trying to compile and run on centos 7.
Everything compiles/runs on C6, the executable from C6 runs on C7.
when I compile and run on C7 - I get a SEG fault.
when I debug:
gdb program
break main
run
I get a seg fault at or before main
What might I be looking for in this case?
Thanks,
Jerry
2015 Jun 05
0
Migration to centos 7 and program seg faulting
On 06/05/2015 04:18 AM, Jerry Geis wrote:
> when I debug:
> gdb program
> break main
> run
> I get a seg fault at or before main
>
> What might I be looking for in this case?
Even if it segfaults before main(), you should be able to examine the
stack to see what's going on. Beyond that, any advice we give you would
be blind guessing. My blind guess would be a symbol
2006 Feb 06
1
asterisk 1.2.4 seg faulting today had been working fine since update
All,
I had updated to 1.2.4 right when it came out. I had been working just fine.
Today I seem to be having recuring seg faults. can explain it.
How can I find why?
Anyone else experiencing this?
I am running (2) TDM04B cards (has been working since 1.0.9)
I have a handfull of UIP200 phones and 1 cisco 7960.
I have a unused broadvoic connection that I commented out the
registration statement
2008 Jun 03
2
Asterisk Seg faulting.... No core dump.
I have a instance of Asterisk 1.2.14 that is being run from safe_asterisk.
Asterisk is seg faulting and NOT generating a core dump.
Why would that be? How can I make it dump core? Is there a setting in the safe_asterisk script that I am missing?
Thanks,
Doug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Oct 18
3
[Bug] Seg Faulting in index.rb:718
Hey,
Ferret is repeatedly seg-faulting my mongrel servers on the same line:
/usr/local/lib/ruby/gems/1.8/gems/ferret-0.10.11/lib/ferret/index.rb:718:
[BUG] Segmentation fault
ruby 1.8.5 (2006-08-25) [i686-linux]
I''m using ferret 0.10.11. I haven''t had the time to dig into yet, it''s
on the backburner right now - I just keep several spare servers and
restart them
2004 Apr 07
1
H.323 Seg faulting
Can someone take a look, tell me if this is a bug, a possible resources
issue, or my own damn fault?
http://bugs.digium.com/bug_view_page.php?bug_id=0001381
Thanks,
Derek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040407/f8f4d79b/attachment.htm
2007 Feb 19
2
Ferret seg-faulting during search
Hi,
I''m using ferret and running into troubles with it seg faulting during
searches. The index I''m searching is static and is only updated in an
offline way once every couple weeks.
The segfault isn''t deterministically reproducible, but if I hammer
ferret hard enough I can reliably get it to crash. The problem seems to
have something to do with how memory is shared
2004 Dec 19
0
ztcfg seg faulting
I am running * in a development environment, adding functionality as I
go.
The * box has a X100P card in it which ztcfg enabled as channel 1 with
fxsks signalling (fxsks=1).
Everything worked fine and I was able to make inbound and outbound calls
to/from the PSTN, the only issue being that some exchanges wouldn't
handle the dtmf signalling, but I put that down to a peculiarity with
some AU
2007 Jul 21
1
[LLVMdev] Seg faulting on vector ops
On 21/07/2007 23:51:28, Chris Lattner (sabre at nondot.org) wrote:
> Evan's solution is the right one. However, your code is valid, so it
> shouldn't
> crash. I think it dies because linux does not guarantee that
> the stack is 16 byte aligned, and the vector operations expect this. The
> code generator should compensate and dynamically align the stack on
entry
>
2001 Feb 02
0
WINE is seg faulting!
EvilPenguin schrieb:
>
> I installed wine today according to the Linux Half-Life HOWTO (guess
> what I was going to use it for?). The configuration and building
> reported no errors, but when i went to run the install program (for HL),
> I got the following error:
>
> evilpenguin@paladin:~$wine Setup.exe
> FIXME:pthread_rwlock_rdlock
> FIXME:pthread_rwlock_unlock
>
2006 Jun 13
1
xapian-compact seg faulting & Re: Error msg xapian-compact: The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation
I am fairly confident that these issues are related to killing the scriptindex process ungracefully causing blocks that were queued for writing to disk to not get written. I mention to send you the file because it could be that you would see almost immediately with the situation is.
Thanks
> ----- Original Message -----
> From: oscaruser@programmer.net
> To:
2016 May 26
0
Question on 7.2 and weird characters [solved]
On Mon, May 23, 2016 at 3:09 PM, Jerry Geis <geisj at pagestation.com> wrote:
> When I run this command:
> rm /tmp/jerry.txt
> rm: remove regular file ?/tmp/jerry.txt??
>
> I get the a with the carrot on top...
>
> How do I get back to the normal characters ?
>
> echo $TERM
> linux
>
> Thanks,
>
> Jerry
>
thanks for the pointers...
It was in
2007 Jul 20
0
[LLVMdev] Seg faulting on vector ops
Hi Chuck!
On Jul 20, 2007, at 11:36 AM, Chuck Rose III wrote:
> Hola LLVMers,
>
>
>
> I’m looking to make use of the vectorization primitives in the
> Intel chip with the code we generate from LLVM and so I’ve started
> experimenting with it. What is the state of the machine code
> generated for vectors? In my tinkering, I seem to be getting some
> wonky
2012 Nov 20
0
[LLVMdev] lli successfully run the program but gcc gives seg-fault
Hello;
I was writing this instrumentation pass and I am facing a problem. My
pass instruments the bit code with some extra instructions. When I
run this instrumented bitcode using lli, it runs perfectly, but when I
compile the bitcode using llc and then produce the native binary using
gcc and run it, I get a seg-fault.
Can anyone please tell me the possible reason(s) for this?
Thank you;
--
2007 Jul 26
0
[LLVMdev] Seg faulting on vector ops
I am fairly certain this is right. Chuck, can you do a quick
experiment for me? Go back to your original code but make sure the
alloca instruction specify 16-byte alignment. The code should work.
If not, please file a bug.
Thanks,
Evan
On Jul 24, 2007, at 1:58 PM, Evan Cheng wrote:
> Hrm. This problem shouldn't be target specific. I am pretty sure
> prologue / epilogue inserter
2007 Jul 21
0
[LLVMdev] Seg faulting on vector ops
On Fri, 20 Jul 2007, Chuck Rose III wrote:
> I'm looking to make use of the vectorization primitives in the Intel
> chip with the code we generate from LLVM and so I've started
> experimenting with it. What is the state of the machine code generated
> for vectors? In my tinkering, I seem to be getting some wonky machine
> instructions, but I'm most likely just doing
2007 Jul 24
2
[LLVMdev] Seg faulting on vector ops
Hrm. This problem shouldn't be target specific. I am pretty sure
prologue / epilogue inserter aligns stack correctly if there are
stack objects with greater than default stack alignment requirement.
Seems to be the initial alloca() instruction should specify 16 byte
alignment?
Evan
On Jul 21, 2007, at 2:51 PM, Chris Lattner wrote:
> On Fri, 20 Jul 2007, Chuck Rose III wrote:
2009 Mar 28
3
command line programs for ldap
Hi all. I am looking for some command line programs (pre made)
that will connect to an ldap server and list out the users in question
provided by the search argument given.
I found some mention of it from oracle but I did not see where they can
be downloaded.
Is something like this available and I just havent found them?
Thanks,
Jerry
2010 Dec 21
3
preparing to migrating to new system
hi all,
I will be migrating my mail server from centos 4.8 to 6 when its released.
Basically its just a number of users with their passwords. Their mail is
downloaded to their clients
and not stored on the server.
What is the most sensible or correct way to migrate ALL the users to the
new system?
Way in the past is was just perhaps copy the /etc/passwd file but I know
thats not the case
2005 Oct 12
2
way to keep program in memory
Is there a way to specify that program X should be kep in memory and not
swap it out?
I have a program that takes some time to load and as long as you keep
using it its responsive
but if after sometime its not in use and now I use it it has a slow
response till it gets swapped back in.
The box in question has 1 GIG ram and its not running much else just
this program really. Just looking
for a