From: Drazen Juran Newsgroups: comp.os.msdos.djgpp Subject: exe crashes Date: Wed, 16 Jun 1999 13:11:38 +0200 Organization: Croatia Line, Rijeka, http://www.croatialine.com Lines: 31 Message-ID: <37678669.3B0BCECF@croatialine.com> NNTP-Posting-Host: ar2-p99-ri.tel.hr Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: as102.tel.hr 929531542 24256 195.29.232.227 (16 Jun 1999 11:12:22 GMT) X-Complaints-To: abuse AT tel DOT hr NNTP-Posting-Date: 16 Jun 1999 11:12:22 GMT X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en,hr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have project that has five exe files. The first one menu.exe call other four exe with spawnl function. First exe work fine when I call them first, but if I call first exe after I call and exit second exe, it’s crashes. I got error: Exiting due to signal SIGSEGV Page fault at eip=00010b98, error=0004 eax=00000009 ebx=00171260 ecx=00000000 edx=20202e2e esi=001731bf edi=00000ff4 ebp=00171208 esp=00171208 program=I:\TMP\KASA.EXE cs: sel=0197 base=8340d000 limit=ffffffff ds: sel=019f base=8340d000 limit=ffffffff es: sel=019f base=8340d000 limit=ffffffff fs: sel=0177 base=000130a0 limit=0000ffff gs: sel=01af base=00000000 limit=0010ffff ss: sel=019f base=8340d000 limit=ffffffff App stack: [00171eef..00071ef0] Exceptn stack: [00071dcc..0006fe8c] Call frame traceback EIPs: 0x00010b98 0x0000ed2f 0x0000efac 0x2e2e2e2e I try to change stack size, but it doesn’t help. Drazen