The fault tag has no wiki summary.
0
votes
0answers
20 views
Azure virtual machine instance hangs in starting state
Today one of my virtual machine instances was in a stopped state at 11am this morning, restarting it just resulted in the same issue. I then deleted the vm and the disk - just not the vhd from the ...
0
votes
1answer
39 views
Segmentation fault (core dumped) error in C
I am trying to write a C program to sum and substract two complex numbers.
Here's the code:
#include <stdlib.h>
#include <stdio.h>
typedef struct cplx
{
int re;
int im;
} cplx;
...
1
vote
1answer
23 views
How to keep WCF Service Alive?
I have a situation where I have two programs (one exe and one dll loaded into the process space of another third-party exe) communicating requests with each other using a local machine wcf service ...
0
votes
0answers
30 views
setPropertiesToFetch: and setReturnsObjectsAsFaults:NO with relationships
The problem is that even by using setPropertiesToFetch: and setReturnsObjectsAsFaults:NO setting a relationship will cause 2 additional "select ..." on my sqlite3 database.
I have a task and a job ...
-1
votes
1answer
54 views
My program is giving me a segmentation fault (c++)
My program reads a text file line by line to get information about a group of people who have made donations. It uses an array of structures to store the information (name, donation amount). The ...
0
votes
1answer
44 views
Segmentation fault when passing arrays from C to nasm
I have a C program which calls a function that is implemented in nasm.
The C-call:
extern void calc(float *, float *, float *, float *);
//...
float *data1, *data2, *results1, *results2;
...
-1
votes
0answers
30 views
Generating a fault matrix [closed]
Given a circuit in gate level verilog, what is the process of generating the fault matrix for primary inputs and outputs assuming s-s-@1 and s-s@0 fault models?
maybe considering a circuit like this:
...
0
votes
1answer
64 views
Segmentation fault when using malloc to create array of pointers to pointers
I'm having an issue with dynamically creating a "multi-dimensional array". I've read 6.14 on the comp.lang.c FAQ, and am following the code that was listed there.
cache_array = ...
0
votes
1answer
31 views
Segmentation fault when pushing on stack (NASM)
I'm trying to get a nasm program running.
The following code:
segment .data
contAir: dt 1.11330e-10
constOil: dt 2.33656e-10
segment .text
global calc
calc:
mov edx, 0
push ebp
;mov ebp, ...
-1
votes
1answer
82 views
Segmentation fault (core dumped) in class c++
hi I see this error when running the below code.
"Segmentation fault (core dumped)"
I cant fine the reason.\
someone help me.
thanks
#ifndef DQMCBASE__H
#define DQMCBASE__H
const double ...
1
vote
1answer
49 views
wso2 : How to handle access to inactive service fault message?
How can i handle fault message results in access to inactive service?
I have N endpoint. in insequence send the message to endpint1 and set OnError of Insequece to Seqerhandler. in Seqerhandler i ...
0
votes
2answers
68 views
Skip lines while file scanning multiple lines
This code will read a file and print it as long as the file is in this format
word,12,34
words,40,20
another,20,11
How do I get it to do the same if its got an empty line in between like this ...
1
vote
2answers
96 views
wso2 : ESB faultsequence
how to use faultsequence of proxy in esb
i want to use faultsequence when occur a fault in EndPoint. for example i stop service1 using jconsole and want to route message to service2 when call proxy ...
-1
votes
0answers
12 views
Folders with a single htaccess file [closed]
Something awkward happened this morning. I went to visit one of our websites and the htaccess file was changed denying all and plus in the root directory there were several folders and the only ...
0
votes
2answers
115 views
strcmp segmentation fault with array of structs
So I have this piece of code
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "hw09-header.h"
struct student
{
char* name;
char* course;
};
int main(int ...
4
votes
3answers
190 views
Core Data - break retain cycle of the parent context
Let's say we have two entities in a Core Data model: Departments and Employees.
The Department has a one-to-many relationship to Employees.
I have the following ManagedObjectContexts:
- Root: ...
0
votes
2answers
65 views
Occasional segmentation fault on malloc'd pointers
I have the following code, in which whenever I try to free my malloc'ed memory I sometimes get a segmentation fault. This fault only occurs when freeing memory associated with some of my struct ...
6
votes
0answers
71 views
WCF ExceptionShielding Error ID does not match up with handlingInstanceId passed to Handler
I have the following decorated on my service
<ExceptionShielding("MyExceptionPolicyName")>
when a fault exception is thrown, my policy picks up the error and logs in just fine. It takes the ...
0
votes
1answer
179 views
Delphi stream read error when loading image
My program loads a lot of images, but i have a problem with 1 image that used the print-screen button to copy it, from a game, however it is bmp, like all the rest. Whenever i run the program, it says ...
0
votes
1answer
202 views
SOAP faultcode env:Client
I'm connecting to a webservice, but i'm getting the following XML formatted SOAP Response:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<env:Envelope ...
0
votes
1answer
137 views
Unable to receive SOAP fault from WCF service
I am trying to send a soap fault from BizTalk to a .NET client. BizTalk has no out of the box way of exposing fault contracts so I am creating the fault message in a messageinspector (BeforeSendReply)
...
0
votes
2answers
55 views
Move Fault From Soap Body into Soap Head with Spring WS
What is the best way to move the soap fault found in the soap body to the soap head of a response found in Spring web services? Any examples out there?
I can intercept the fault but I dont think I ...
0
votes
1answer
60 views
Segmentation Fault in Intel NASM
I'm trying to write a NASM assmembly program that will pass a 5x5 matrix to a subroutine, and this subroutine will return the largest value. What I do is push every element onto the stack, and then ...
0
votes
0answers
22 views
How to read CoreData DataFault out
After reading Apples-Description & some topic here on stackoverflow i cant find a solution for my problem.
in AppDelegate
@property (nonatomic, retain) NSMutableArray *events;
...
-4
votes
2answers
55 views
Segmentaion fault calling method the second time C++
If I add a second call to setColor I am getting a segmentation fault. I think maybe that method is changing the array pointer somehow, but I'm not sure why.
#include <iostream>
using namespace ...
-1
votes
2answers
79 views
DB2 9.7 fails to install with Segmentation fault
when I install DB2v9.7 on my ubuntu10.04-64bit,error below:
Segmentation fault
only this two words,I had no idea how to solve it.
I use the silent method ,when I execute sudo ./db2setup -r ...
0
votes
1answer
41 views
iPhone segment errors on device & crash
My latest iPhone/iPad application works fine on the simulator.
On the iPad, it works fine for sometime but then crashes. The console shows that it is dues to a segmentation fault that I am assuming is ...
0
votes
1answer
34 views
Android native code raises a SIGILL fault on the emulator when using -march=armv6 option
I am trying Android NDK sample bitmap-plasma. I have added to the Android.mk the line
LOCAL_CFLAGS := -march=armv6
but i get a SIGILL fault when running it on the emulator. Otherwise, it works.
...
0
votes
0answers
31 views
Android - Native code trigger a SIGILL only on emulator
My app is triggering a SIGILL fault only when i run it on the emulator. The app is using ActionBarSherlock and the minimum SDK target is API level 8. The fault is triggered when native code is ...
0
votes
1answer
42 views
C: Function Running differently in Seperate instances
I am very new to this so please excuse my ignorance. I am following the iTunes University: Harvard CS50 lectures in order to learn the basics of programming. I am currently trying to create a ...
1
vote
3answers
63 views
C Segmentation fault error on print
In the following code with the printf() statement I get a segmentation fault: 11. Without it I do not get any of errors but I want to be able to see the correct values are in the newstring value. How ...
-3
votes
3answers
89 views
Fclose causing seg fault in C [closed]
I keep getting a seg fault if and only if I attempt to close a file:
FILE *outFilePtr = fopen(*(argv + 2), "w"); //open file, yes i'm sure it opens
fclose(outFilePtr); //sometime later in the ...
0
votes
4answers
106 views
C++ segmentation fault while passing address values between functions
I am trying to write a simple C++ algorithm to solve sudoku. I am trying to pass address values between different functions but i get segmentation fault at runtime. (Needless to say, i am not quite ...
0
votes
1answer
60 views
Vector constructor memory allocation for constant iterators, seg fault
I am having troubles figuring out how to allocate space for this constructor. It is supposed to construct a Vector with elements from another Vector between start and end.
template <class T> ...
1
vote
2answers
88 views
iOS NSManagedObject Data <fault> while deleting
I am having some difficulties in deleting an entry from Core Data.
It works but the NSManagedObject data has no values (fault), and so sometimes the wrong entry will be deleted.
In my ...
1
vote
2answers
52 views
Seg Fault while reading from a file in C [closed]
I'm simply trying to run this program with 3 command line arguments: 2 ints and 1 file name.
I've been running my program with:
a.out 1 2 devices.txt
devices.txt looks like this:
1
my main ...
0
votes
1answer
170 views
WCF Service side Excepion catching FaultException
I am in the middle of learning Fault Exception with WCF and am having a little issue. I would like to see if anyone could suggest the appropriate method for doing the following.
The situation, in my ...
0
votes
0answers
52 views
Unexpected two consecutive event id 6009 in logFile windows server 2003
i'm analizing a log file from windows server 2003 i have found two consecutive logs with eventID 6009. Between this logs and after the second, there aren't other any logs like 6006, 6008 or similar ...
0
votes
1answer
54 views
getting error as stack overflow in this simple pthread program
When I run this program it took input and then gave segmentation fault. Please Help.
long NUM_THREADS[100];
void *PrintHello(void *threadid)
{
long tid, id , t1, resource,d;
tid = ...
0
votes
1answer
232 views
Segmentation Fault in eclipse
I am developing for Android using the adt bundle. When I deploy an app to a device I get a segmentation fault:
[2013-01-18 23:24:24 - test2] Android Launch!
[2013-01-18 23:24:24 - test2] adb is ...
0
votes
0answers
44 views
wrap javax.ejb.EJBAccessException in jax-ws
I need to wrap webservice method access exception javax.ejb.EJBAccessException into my private fault.
@RolesAllowed({ "XYZ_ROLE" })
What is the best way please?
Currently I know only about ...
0
votes
2answers
93 views
C++ Rnd() Fault
Guys I'm getting this really weird fault with my program when I run it. This is the important code:
variables (edit):
const short int maxX = 100;
const short int maxZ = 100;
const short int ...
3
votes
1answer
310 views
Page Replacement Algorithms
i have a question and i am not sure about it. I would appreciate if someone could help. The question is like this:
The following sequence of requests for a program is taken from a 460 byte program: ...
-1
votes
1answer
124 views
I've got a segment fault when calling a method [closed]
I have a problem in C++ :
for(i=0;(int)i<NbAgentFondamental;++i){
printf("1");
ordre = AgentFondamental[i].demander_ordre(Prix);
printf("2");
}
So when I ...
1
vote
1answer
39 views
segmentation fault in insertion into ternary search tree
i am trying to insert the charachter in to ternary search tree, please help me out with this segmentation fault ??
here is what i am doing to inser in to trie,on running this i am getting segmentation ...
3
votes
2answers
115 views
How to shuffle a list with Gaussian distribution
I want to simulate fault on a message (Eg: 1000010011 => 1010000011). Is there a way to implement this in Python? I tried the following, which works:
import random
a = "1011101101"
b = [el for el in ...
0
votes
0answers
41 views
I am investigating the connectivity of a graph. Why am i getting segmentation fault: 11?
void checkconnections(int matrix[N][N], int connected[N], int j)
{
int i;
for(i=0;i<N;i++)
{
if(matrix[i][j]>0)
{
connected[i]=1;
...
0
votes
1answer
68 views
Heroku Toolbelt Issues
having just downloaded the tool belt (OS x 10.7) and installed it to be used "by all users of this computer", I've been trying to find/open it but there is no sign of it ANYwhere on my computer... ...
0
votes
1answer
185 views
Fetch fault relationship object in CoreData using setRelationshipKeyPathsForPrefetching
I have an entity "A" that contains many entity "B":
I want to retrieve the list of item "B":
A contains a NSSet of B called "b_list"
NSEntityDescription *selectEntityDescription = ...
0
votes
5answers
120 views
Segmentation Fault, Incrementing the values in pointers
What am I missing? If I want to increment a counter in a separate function, why does it give me a segmentation fault?
int point(int *cow);
int main()
{
int *cow = 0;
point(cow);
...
