>I'm trying since weeks to get 7.6 built and started. All 
>kernels I built
>come up to the point when starting the first UKT, then it coredumps in
>sqlwaitsem().

It is likely that the core occurs in a different thread than the one you are viewing.

You can get a list of the valid threads with the dbx command 'threads' and switch to a 
specific one with 'thread t@<number>'.

>2004-11-04 01:17:23    11     12821 TASKING  Thread 11 starting
>2004-11-04 01:17:23    11     12627 TASKING  UKT1 started

One good candidate would be thread 11, as it is the last thread that has been started.

I've also heard that on start up, dbx displays the thread where the problem occurred.

You can also start the kernel inside dbx, just specify the database name as the first 
ccommand line parameter.

Daniel Dittmar

-- 
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED] 

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to