To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60062


User fs changed the following:

                  What    |Old value                 |New value
================================================================================
                        CC|''                        |'ebischoff'
--------------------------------------------------------------------------------
                   Version|1.0.0                     |current
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Jan  5 06:41:03 -0800 
2006 -------
Argh. On Unix, symbols are resolved at the time they're needed/called, *not* at
the time the library which needs this symbol is loaded.

The machine in question has a KDE 3.1.4, and it seems that this version does not
yet contain the method
  KCmdLineArgs::init(int, char**, char const*, char const*, char const*,
    char const*, bool)
So, when this method is called, the runtime recognizes it is missing, and aborts
(which is the only sensible choice at this late point. At module loading time,
reporting an error would have been an option.)

This is a serious issue, as it renders Base completely useless. There are a lot
of places (the "New Database" Wizard, for instance) which potentially
instantiate the KAB driver. This driver, in its ctor, calls the
KCmdLineArgs::init method, which aborts the whole process :(


fs->ebischoff: Do we have a chance to check which version of KDE we're running
with, and perhaps become non-functional it case it's a too-old version?

Potentially, this is a problem of not only KCmdLineArgs::init, but of any other
symbol, which might not be present in older KDE versions. Thus I strongly
suppose we need such version check.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to