Bug 32353

Summary: if kern.maxproc > 512 sybase ASE 11.9.2(linux binary) exits on signal 11
Product: Base System Reporter: Vitezslav Novy <vita>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-RELEASE   
Hardware: Any   
OS: Any   

Description Vitezslav Novy 2001-11-28 15:40:01 UTC
if kern.maxproc > 512 (MAXUSERS>30 in kernel configuration)  sybase ASE 11.9.2(linux binary) exits on signal 11

Similar to PR kern/8607, which was closed without solution,
but behavior is affected by value of kern.maxproc.
Changing value of kern.maxprocperuid has no effect.

Here is eroor message form log file:

00:00000:00000:2001/11/28 15:59:24.27 kernel  current process (0x40004) infected with 11
00:00000:00000:2001/11/28 15:59:24.27 kernel  kechkfault: engine 0: scheduler infected with signal 11
00:00000:00000:2001/11/28 15:59:24.28 kernel  pc 0x84340bb ucbacktrace+0x67(0x0,0x1,0x86df48c,0xb,0x3
00:00000:00000:2001/11/28 15:59:24.28 kernel  pc 0x843dbea keipanic+0x5e(0xc378,0x0,0xb,0x86df48c,0xb
00:00000:00000:2001/11/28 15:59:24.28 kernel  pc 0x843c4a2 kechkfault+0x46(0xb,0x86df48c,0x30056f80,0
00:00000:00000:2001/11/28 15:59:24.28 kernel  pc 0x8441e6b kisignal+0x3f(0xb,0x2f,0x2f,0x2f,0x2f)
00:00000:00000:2001/11/28 15:59:24.28 kernel  end of stack trace, kernel service process: kpid 262148
00:00000:00000:2001/11/28 15:59:24.28 kernel  ueshutdown: exiting
0
Comment 1 Vitezslav Novy 2001-12-27 15:44:52 UTC
Correction: 
behavior depends on kern.maxfilesperproc which depends on kern.maxproc.

Sybase server is unhappy when it is allowed to open more then 1024 files.

So setting this limit for sybase daemon user in login.conf
or 
limits -n 1024 
when starting server seems to be good work-around.

vita
Comment 2 K. Macy freebsd_committer freebsd_triage 2007-11-16 04:17:50 UTC
State Changed
From-To: open->feedback


4.x is EOL, need to confirm that this issue is still present.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2008-03-01 19:58:21 UTC
State Changed
From-To: feedback->closed

Feedback timeout (> 3 months).