I use a binary name (ie polo) it gets some parameter , so for debugging normally i do this :
Quote:
1. gdb polo
2.
I receive a segmentation fault on some servers when grepping a string, but not when I use -i, and vice-versa.
I have an install of SugarCRM. It is heavy on memory, which is a separate issue to deal with.
hi,
hardware
PICKIT2
software
PK2cmd v1.20
F17
today i thought i would have another bash at PIC coding.
it has been months since i last used the pickit2, only to now find when i attempt to program i get a segmentation fault
Code:
pk2cmd -PPIC18F4680 -I -E -M -F/home/kp/store/projects/windmill/MPPT/test_power_board/C_code/MPPT_test.hex -R
Segmentation fault
the seg fault seem
Dear all,
Currently I am implementing ECC protocols. I used tinyECC package to port ecc to contiki os. This giving me a segmentation fault.
I followed some article Debugging Segmentation Faults and Pointer Problems - Cprogramming.com but I failed to detect the error. Please help me to find that error. Here is my code(part of a code).
I can't get my fedora 18 machine to boot, the sequence seems to stall at the following message:
dracut-initqueue[236]: /sbin/btrfs_finished: line 7: 356 Segmentation fault mount -o ro "$_dev" /tmp > /dev/null s>&1
On the other screen bars(?) that wont finish are:
RSP <ffff88012baef848>
systemd-cryptsetup-generator[385]: Failed to create unit file /run/systemd
I have recently migrated to Archlinux. I installed Apache, php and mysql according to the Arch Linux LAMP wiki page.
Now I have setup a virtual host for my new Symfony project.
For every request I make, I get this error:
[notice] child pid 10859 exit signal Segmentation fault (11)
Can someone please help me with this?
I get the same error message [as http://ubuntuforums.org/showthread.php?p=12244296]: Segmentation fault
Code:
[ 17578.168] 15: /usr/bin/X (0x8048000+0x1c70c) [0x806470c]
[ 17578.168] 16: /lib/i386-linux-gnu/libc.so.6 (__libc_start_main+0xf3) [0x6b7113]
[ 17578.168] 17: /usr/bin/X (0x8048000+0x1ca21) [0x8064a21]
[ 17578.169] Segmentation fault at address 0xb83a8c8
[ 17578.191]
Caught signal
So i'm busy making an assignment in C and wanted a simple loop to call some functions, but something went totally wrong and i've been staring as hard as i can.... but no luck.
This little bit of code is causing a Segmentation fault...
int i;
for (i = 0; i < 10; i++)
{
printf("%i \n", i);
}