cancel
Showing results for 
Search instead for 
Did you mean: 

dbstudio crashes on my SuSE11

Former Member
0 Kudos

Hello,

I posted the same in "SAP on Linux", but someone adviced me to try it here. This is my problem:

I am quite new with MaxDB, but it all runs with Linux and Sun-Sparc. I did it all with dbmcli because dbstudio always crashes:-( I tried with SuSE11.0 and SuSE11.1 (both 32bit) using java_1.5.0 from Sun. There are error messages but they are quite useless for my understanding. This is what happens when I try to start:

tom@berti:/daten/maxdb/sdb/programs/DatabaseStudio> ./dbstudio

#

  1. An unexpected error has been detected by HotSpot Virtual Machine:

#

  1. SIGSEGV (0xb) at pc=0xb77a3a04, pid=6387, tid=3076400832

#

  1. Java VM: Java HotSpot(TM) Client VM (1.5.0_18-b02 mixed mode)

  2. Problematic frame:

  3. C [libfontconfig.so.1+0x7a04]

#

  1. An error report file with more information is saved as /tmp/hs_err_pid6387.log

#

  1. If you would like to submit a bug report, please visit:

  2. http://java.sun.com/webapps/bugreport/crash.jsp

#

Abgebrochen

Finally I tried the openjdk Version of java. Suddnly it worked, but crashed after some times with memory allocation problems.

So how to get this running? Any help is recommended.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

> It seems you have some font rendering issue...

> # An error report file with more information is saved as /tmp/hs_err_pid6387.log

> What's in that file?

Lots of stuff. See this:

tom@berti:> ls -l /tmp/hs_err_pid4397.log

-rw-r----- 1 tom users 32440 22. Apr 13:25 /tmp/hs_err_pid4397.log

tom@berti:> wc -l /tmp/hs_err_pid4397.log

490 /tmp/hs_err_pid4397.log

If you like to see its content where can I send it? Or is it allowed to send such lots of data in this forum?

markus_doehr2
Active Contributor
0 Kudos

It's not a problem to post the content of the file here but do use code tags, means, copy the content of the file in the edit field, mark the content and press on the << >> sign (next to underline). This will help to keep the structure

Markus

markus_doehr2
Active Contributor
0 Kudos

> # Problematic frame:

> # C [libfontconfig.so.1+0x7a04]

It seems you have some font rendering issue...

> # An error report file with more information is saved as /tmp/hs_err_pid6387.log

What's in that file?

Markus