Slackware :: Program Segmentation Fault When Building With A Slackbuild?

Nov 25, 2010

So I've wanting to try out the new development branch of compiz (0.9). I made some slackbuilds a while back and installed all of the necessary packages for the compiz window manager. However when ever I tried to launch the program using "compiz --replace ccp &" I would get a segmentation fault. I forgot about it but today I decided to give it another go and after a few hours I decided to try and see what would happen if I just built compiz-core from source with out using a slackbuild, and sure enough it now works. I have hacked the script trying different combinations to try and make it work but no matter what I try unless I install from scratch (directly into the tree) it will not work. If anyone has any ideas on how to fix this so I can make an actual slack package please let me know. Also I used the main developers forum post as a referencem you can view his instructions here [URL]..

View 1 Replies


ADVERTISEMENT

Programming :: Segmentation Fault While Trying To Run C Program

Jul 28, 2011

i wrote a program to fill an array with 100 random numbers ranging from 1 - 200. i compiled the program using gcc. the program successfully compiled but when i try to run it i get a segmentation fault. here is the code. i put *** on the line that gdb indicated was the problem.

#include <stdio.h>
#include<stdlib.h>
#include<time.h>

[code]....

View 2 Replies View Related

General :: Execute A C Program - Segmentation Fault

Nov 17, 2009

I am using RHEL, and trying to execute a c program.I'm able to compile properly and execute until i reach a function getHandle, where the program gives a segmentation fault. Segmentation fault occurs in getHandle().

Here is the code:

View 3 Replies View Related

Programming :: Segmentation Fault In Program At Run Time?

Oct 16, 2010

I am making a program to do a breadth first search.The code which I am posting here just makes a que of the nodes visited in a binary tree in inorder fashion,so this implementation is not yet complete.While developing I got a segmentation fault which I was not able to understand why I am getting so I am posting since the tree of same program (without BFS) is working.

Code:
#include<stdio.h>
#include<stdlib.h>

[code]...

View 4 Replies View Related

Programming :: Program Giving Segmentation Fault?

Dec 25, 2010

My program is to find the values of variables using matrices and in matrices using GAUSS ELIMINATION method. It gives segmentation fault then I input the values of coefficients of the variables.

#include<stdio.h>
void main()
{
int n;
int i,j,l;
float m;

[Code]...

View 5 Replies View Related

Software :: X-server Segmentation Fault On Program Launching?

Apr 14, 2010

Having upgraded Debian Linux i386 squeeze release from kernel 2.6.30 to 2.6.32 everything works except X-server segmentation fault on launching a graphic program (CHIMERA, [URL]... I have successfully recompiled CHIMERA on the updated Linux, to no avail.

Below - between *** - the final part of "Xorg.0.log" reporting troubles. Before that, the log is identical to when X-server is working properly (reported in full between ).

[Code]...

View 5 Replies View Related

Programming :: C - When Write A Program That Gives The Segmentation Fault Error

Jun 9, 2010

I am using Ubuntu 9.04 linux 2.6.28-11-generic. When I write a program that gives the "Segmentation fault" error, or when I send this signal (SIGSEGV) to a program, the "Segmentation fault" is shown and no core dumped. When I look for "core" file in the current directory, I can't find it, too.

View 2 Replies View Related

Slackware :: Failure Building Nvidia-kernel Slackbuild From SBo?

Jun 27, 2011

I have a brand new installation of 13.37 but I can't seem to get the nvidia-kernel (64 bit only) Slackbuild from slackbuilds.org to build. I have the nvidia driver installed and working on 13.1 so I am not desperate yet: although I thought that it could just be something with the older Nvidia driver so I waited for the updated release but it fails in the same way.I have uninstalled xf86-video-nouveau and installed xf86-video-nouveau-blacklist-noarch-1.txz from /extra.I have also installed libvdpau from SBo. The nvidia-driver Slackbuild builds fine.I am using the stock 2.6.37.6 huge kernel but have also tried the 2.6.38.4 kernel from /extra and the 2.6.38.7 kernel from Slackware-current.Here is the error message I am seeing:

Code:
root@DarkStar:/home/server/Utils/Packages/Slackware/13.37/64/nvidia-kernel# SRCSUFFIX="-no-compat32" ./nvidia-kernel.SlackBuild

[code]....

View 7 Replies View Related

Ubuntu :: Program Received Signal SIGSEGV, Segmentation Fault?

Mar 6, 2010

I'm debugging some C++ code, but as I know very little about it, I can't find the problem.Here the debugging output:

Quote:

rihab@rihab-laptop:~/ns-test$ gdb ns
(gdb) run /home/rihab/ns-allinone-2.34/ns-2.34/OWNS/demos/owns_demo.tcl[code].....

View 1 Replies View Related

Programming :: Short C++ Program Segmentation Fault. Using GCC 4.4.5 On Ubuntu 32bit?

Jun 12, 2011

I'm very excited to post a question, since I always do everything by myself. I'm reading several lines from a text file using istream::getline(char *, streamsize n). I get the file name from the command line. Here is the code:

Code:
#include <iostream>
#include <fstream>
using namespace std;
int main ( int argc, char *argv[])

[Code]...

Using GCC 4.4.5 on Ubuntu 32bit Btw: I know assembly language and know what a segmentation fault is

View 4 Replies View Related

Slackware :: Xfontsel - Segmentation Fault In 13.37

Mar 10, 2011

Upgraded to 13.37 on two machines and both fail to start xfontsel as a user.

Quote:

~$ xfontsel
Segmentation fault

No problems as root.

View 11 Replies View Related

Slackware :: Xorg Segmentation Fault?

Jul 3, 2010

I am using Slackware 13.1 and recently Xorg servercaused segmentation fault under KDE 4.4.3 twice. Here are listings from Xorg.log files

Code:
Backtrace:
0: X (xorg_backtrace+0x3b) [0x80a1e6b]

[code]....

View 4 Replies View Related

Programming :: Run Program That Distributes Grades And Puts It In A Table - Keep Getting Segmentation Fault

Apr 19, 2011

I'm trying to run my program that distributes grades and puts it in a table. The code compiles but when I run it I get a Segmentation Fault. I'm still new to arrays, but I think the issue is where I'm trying to make the table. Here is my code:

Code:

#include <stdio.h>
#include "constant.h"
int readValues(int[]);
int findMedian(int[], int);

[code]....

View 14 Replies View Related

Slackware :: ORBit2 Slackbuild Fails When Building 32 Bit Package On Current Multilib

Apr 10, 2010

I am trying to build ORBit2 as a dependency for GConf and then google-chrome.

This is a multilib system and I want 32 bit chrome.

Both my 64 bit and compat32 packages are all current as of today per ftp://slackware.mirrors.tds.net/pub/slackware/.

I have edited the Slackbuild as follows:

Code:

The build fails each time with:

Code:

I am using the newest version of ORBit2 as the above indicates, but this is just to see if the newer package would build. The X.X.17 version failed with the same output.

I have run:

Code:

I've had no problems building this package with current in a pure 64 bit environment.

View 4 Replies View Related

Slackware :: Cannot Print Out Of Thunderbird; Getting A Segmentation Fault Instead?

Jul 9, 2010

Everytime when I click on print, print preview or page setup, thunderbird disappears and I get this error:

Code:
/usr/lib64/thunderbird-3.0.5/run-mozilla.sh: line 131: 6569 Segmentation fault "$prog" ${1+"$@"}
Because I very rarely print emails out of thunderbird, I just recognized the error now, but I don't know how

[code]....

View 3 Replies View Related

Slackware :: Rtorrent On RC1 - Caught Segmentation Fault

Mar 11, 2011

After the last batch of upgrades, rtorrent spits the following error:

Code:
rtorrent
Caught Segmentation fault, dumping stack:
0 rtorrent(_Z8do_panici+0xc4) [0x439d64]
1 rtorrent(_ZN13SignalHandler6caughtEi+0x32) [0x4726a2]
2 /lib64/libc.so.6(+0x340b0) [0x7fe901c380b0]
3 /usr/lib64/libgcc_s.so.1(_Unwind_Resume+0x56) [0x7fe901fb97f6]
4 rtorrent() [0x500041]
Aborted

I removed rtorrent, libtorrent, libsigc++ and reinstalled them from Ponce's -current repository, but it hasn't helped.

View 7 Replies View Related

Slackware :: Xgames Current 13.37 Segmentation Fault

Mar 20, 2011

After and before upgrading xgames i can caught segmentation fault on xsnow:

Code:
root@darkstar:/home/init# xsnow -santa
Segmentation fault
From the user account same bug.

View 7 Replies View Related

Slackware :: Firefox Crashed If Want To Print - Segmentation Fault

Nov 4, 2010

I get this segmentation fault if I want to print.
Code:
/run-mozilla.sh: line 131: 27751 Segmentation fault
"$prog" ${1+"$@"
I tried firefox 3.6.x .3.5.x 4.x, perhaps it's necessary to know that I've GSB installed. I didn't understand this.

View 4 Replies View Related

Slackware :: Exaile Not Starting After Update - Segmentation Fault

Aug 27, 2010

I just installed today's updates (apart from XFCE, which I had installed from Robby's website) and get the following error when I try to start exaile:

Code:
INFO : Loading Exaile 0.3.0.1...
INFO : Loading settings...
INFO : Setting up deferred idle manager function...
INFO : Loading plugins...
INFO : Loading collection...
INFO : Loading devices...
INFO : HAL Providers: [<cd.CDHandler object at 0x15c2e50>]
INFO : Loading interface...
/usr/lib64/exaile/xlgui/__init__.py:82: GtkWarning: Unable to locate theme engine in module_path: "thinice", 'ExaileWindow', 'exaile')
Segmentation fault

I'm looking at the changelogs and can't figure out which one is the culprit.

View 2 Replies View Related

Slackware :: GFTP Segmentation Fault On Slack 13.0 - No Such File Or Directory

Jan 12, 2011

Does gFTP have any prerequisites other than those listed in its README file?I have a situation similar to this thread from a year ago - Using the gftp package distributed with Slack 13.0, I receive a segmentation fault when trying to launch it.strace reported a truckload of "no such file or directory" errors, generally involving locale files, however the presence (or absence) of the glibc-i18n package has no effect.

View 6 Replies View Related

Slackware :: Getting A Segmentation Fault And Cannot Configure A Working Xorg.conf?

Mar 1, 2011

I did fresh install of Slackware64 ver. 13.0 and immediately updated it to slackware-current by following the directions here: http://slackwiki.org/Upgrading_SlackwareSo far all is normal and functional except for xorg-server.When I did Xorg -configure under ver.13.0, it worked perfectly and detected my nvidia 8800 GTS vidcard and 1440 x 900 lcd monitor.However, after upgrading to "current" and xorg-server-1.9.4, I'm getting a segmentation fault and cannot configure a working xorg.conf.I've been searching xorg seg errors, but haven't found a solution yet.My /var/log/Xorg.0.log:

[ 234.357]
X.Org X Server 1.9.4
Release Date: 2011-02-04

[code]....

View 14 Replies View Related

Slackware :: Installed The Latest Changes To Current - X Crashes And Reports A Segmentation Fault, Address Nil

Nov 14, 2010

X crashes and reports a segmentation fault, address nil. I've been using the generic Radeon driver without any problems, until now.

View 14 Replies View Related

Programming :: What Is The Segmentation Fault

Apr 19, 2011

I using a linux kernel v2.6.26.something. Distribution: OpenSuse 10.3. While writing a c program on linux in KATE, i used character pointers to declare a string like, for ex: " char *temp " but compilation with gcc gives me the error," Segmentation Fault " what is segmentation Fault Why does it occur or what are the reasons behind it?

View 14 Replies View Related

CentOS 5 :: Yum Segmentation Fault

Apr 11, 2011

I did a Yum update last Friday. It was done before 5.6 was released so I still have 5.5 + various updates. Yum is now giving me a segmentation fault when I try to run it. I believe it has to do with an improperly synchronized version of sqlite which was updated and then Yum stopped working. I'm guessing that installing the latest Yum RPM will fix the dependency issues. Will this throw me out of sync with for instance updating to 5.6?

View 5 Replies View Related

Debian :: VLC Segmentation Fault - Microcode?

Feb 26, 2016

VLC was behaving weirdly recently and when I've tried to run it with primusrun command (since I have optimus card) it gave me a segmentation fault

Code: Select allVLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
Segmentation fault

I've read on google that issue has been solved by a few people from updating the microcode, but I don't even understand what microcode is, I'm also not sure whether I should install amd64 or intel package for it?

Here is my lscpu

Code: Select all$ lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3

[Code] ....

View 8 Replies View Related

Fedora :: Kde Making Segmentation Fault?

Jan 14, 2010

my KDE is making segmentation fault. KDE is not required to restart but this segmentation fault is making every time (after 2 min) when i login to kde/fedora. this is making me annoying.. my linux info is following:

uname -r # 2.6.31.9-174.fc12.x86_64
KDE: 4.3.4 (KDE 4.3.4)
problem:

[code]....

View 5 Replies View Related

OpenSUSE :: Segmentation Fault During Shutdown

Feb 8, 2010

I updated kernel to 2.6.31.12-0.1-desktop yesterday and now i have problem with shutdown.
Everything goes as usual and system shutting down, but after all monitor keeps to work, and computer also doesn't halt.The last two lines i see on screen are:The system will be halted immediately Segmentation Fault Also i hear that some cooler or may be hard disk stops after this. But monitor and the rest of computer are still working With previous kernel i had no this problem.Reboot command works normal

View 9 Replies View Related

OpenSUSE :: Segmentation Fault In Skype?

May 5, 2010

Some time ago I had to reinstall all my packages under 64-bit OpenSuse 11.2. After that I can't get Skype working - Skype always gives me "segmentation fault" when trying to execute it (from command-line).

I've followed steps recommended in wiki, I've tried different versions (32-bit as well as 64-bit RPMs) downloaded from different repositories (including old 1.4.0.xx). Nothing changes anything.

I don't have any webcam and I've never had one, so I guess it cannot be related to that.

View 1 Replies View Related

Ubuntu :: Firefox 3.5.7 Segmentation Fault

Feb 16, 2010

I just have installed Karmic Koala and have a problem running Firefox. I`ve seen that this is quite a common problem, but since I`m a newbie, I have no idea what to do. I have not found any solutions that would solve my problem yet. Every time I try to load a website including flash advertisings, Firefox just quits.

All the time I get this output.

Code:

View 1 Replies View Related

Ubuntu :: Apt-get Error: Segmentation Fault

Apr 28, 2010

I was in the process of installing something via apt-get. The laptop crashed halfway through, and now I cannot install anything new, do any updates/upgrades. I also cannot open Synaptic.When running apt-get in the terminal I get the following error:

Segmentation fault

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved