-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTRAIN_00818.eml
74 lines (62 loc) · 1.95 KB
/
TRAIN_00818.eml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
NoneNoneI did
ulimit -c unlimited.
I tried tracking ulimit. If i do
which ulimit, i am not getting anything. [ I expect the path of this binary=
]
Is it a built in bash command or something like that ????
On Sun, May 23, 2010 at 6:35 AM, Anand Sivaram <[email protected]> wrote:
>
>
> On Sat, May 22, 2010 at 23:07, Aioanei Rares <[email protected]>
> wrote:
>>
>> On 05/22/2010 08:10 PM, Avinash H.M. wrote:
>>>
>>> Hi All,
>>>
>>> I am using DSL [ damn small linux ] which is branched from debain.
>>> I am trying to use GCC, GDB. =A0Able to install both of them.
>>>
>>> I am doing following
>>> =A0 =A0 =A0- run a helloworld.c program whic has a while loop. =A0So wh=
ile
>>> running, its stuck in while.
>>> =A0 =A0 =A0- another shell, "kill -11 PID" [ PID of the ./a.out ]
>>> After kill, i get Segmentation fault. =A0But Core is not dumped. [ I
>>> expect a print ( Core dumped ) ]
>>>
>>> Anyone faced this ??? Please help.
>>>
>>> Thanks
>>> - Avinash
>>>
>>>
>>>
>>
>> First, compile your program with -g, then take a look at man core. Not
>> every program that has received
>> a segfault signal dumps core. =A0Look at gcore to see how to generate it=
.
>>
>>
>> --
>> To UNSUBSCRIBE, email to [email protected] with a
>> subject of "unsubscribe". Trouble? Contact [email protected]
>> Archive: http://lists.debian.org/[email protected]
>>
>
> Normally core dump is disabled. =A0You could find the maximum size of cor=
e
> file created using "ulimit -a", normally that is 0.
> Increase it using
> ulimit -c <maximum size>
>
--=20
KNOWLEDGE IS POWER, SHARE IT.
BIRTH IS JOYFUL, DEATH IS PLEASANT, BUT ITS THE TRANSITION WHICH IS TROUBLE=
SOME.
WITH WARM REGARDS, AVINASH
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]