Re: [dev] Debug version won't restart

2005-10-24 Thread Mathias Bauer
Alan Yaniger wrote:
 Hi list-memebers,
 
 I've built a Windows version which enables the debug console, and which 
 I've been using productively. Today I opened the debug console, and 
 changed the setting for debug output of  either Trace or Warning (I 
 don't remember which) to be directed to Debugger. OOo then crashed. 
 When I try to restart OOo, I get the document recovery screen, with no 
 documents in the recover list. Pressing the OK button just gives me the 
 same screen, so I can't get into OOo. I'm stuck. I've tried uninstalling 
 and reinstalling, manually deleting the Documents and 
 Settings/xxx/Application Data/OpenOffice.org2 directory and Program 
 Files/OpenOffice.org directory, going through the Windows registry and 
 manually deleting all keys and values that refer to the directory of 
 this installation of OOo. Nothing works. I am able to open non-debug 
 versions of OOo on my disk, but not my debug version. Can someone help out?

By deleting the user data you should have solved the problem of
autorecovery starting each time when you start OOo.

Obviously your debug version still crashes when you start it, is that
correct? How exactly did you build that version?

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Debug version won't restart

2005-10-24 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Alan,

 I've built a Windows version which enables the debug console, and which 
 I've been using productively. Today I opened the debug console, and 
 changed the setting for debug output of  either Trace or Warning (I 
 don't remember which) to be directed to Debugger.

This means whenever a trace or warning is issued, this is directed into
the debugger - if you don't run the process within a debugger, this
manifests itself as crash.
And chances are good that during the crash recovery, and during the very
initial office starts, there are a lot of traces and maybe warnings,
which will all provoke a crash - bad idea to change this settings :)

Look for a file called dbgsv.ini (probably in your program directory)
and delete it. It stores the debug settings, so by deleting it you reset
those settings to their defaults.

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer [EMAIL PROTECTED] -
- Sun Microsystems  http://www.sun.com/staroffice -
- OpenOffice.org Database   http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Debug version won't restart

2005-10-24 Thread Alan Yaniger

Hi Mathias,

This is how I ran configure:

./configure 
--with-frame-home=/cygdrive/c/MS_Visual_Studio.NET_2003/SDK/v1.1 
--with-jdk-home=/cygdrive/c/j2sdk1
-disable-directx --with-ant-home=/cygdrive/c/apache-ant-1.6.2 
--with-nsis-path=/cygdrive/c/NSIS --with-use-shel

with-num-cpus=2 --with-lang=he --with-dict=HE_IL,EN_US --enable-dbgutil

Then I sourced the resulting winenv.set, and ran dmake.
I've used this build many times in the past, and it's worked fine. Today 
was the first time that I changed the trace setting to debugger, and 
that is what triggered the problem.


Alan

Mathias Bauer wrote:


Alan Yaniger wrote:
 


Hi list-memebers,

I've built a Windows version which enables the debug console, and which 
I've been using productively. Today I opened the debug console, and 
changed the setting for debug output of  either Trace or Warning (I 
don't remember which) to be directed to Debugger. OOo then crashed. 
When I try to restart OOo, I get the document recovery screen, with no 
documents in the recover list. Pressing the OK button just gives me the 
same screen, so I can't get into OOo. I'm stuck. I've tried uninstalling 
and reinstalling, manually deleting the Documents and 
Settings/xxx/Application Data/OpenOffice.org2 directory and Program 
Files/OpenOffice.org directory, going through the Windows registry and 
manually deleting all keys and values that refer to the directory of 
this installation of OOo. Nothing works. I am able to open non-debug 
versions of OOo on my disk, but not my debug version. Can someone help out?
   



By deleting the user data you should have solved the problem of
autorecovery starting each time when you start OOo.

Obviously your debug version still crashes when you start it, is that
correct? How exactly did you build that version?

Best regards,
Mathias

 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]