To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110234
                 Issue #|110234
                 Summary|ERROR :  "<SwNoTxtNode::SetObjTitle(..)> - missing <Sd
                        |rObject> instance" 
               Component|framework
                 Version|DEV300m75
                Platform|Unknown
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|tm
             Reported by|400guy





------- Additional comments from 400...@openoffice.org Thu Mar 18 20:27:43 
+0000 2010 -------
( I am entering this issue against component "framework" just because
I have to choose a component.  I look forward to learning the right
component to reference. )

( I include references to an assertion from htmltbl.cxx here just
because they are part of my experience.  I think issue 91658 covers
that part of the story. )


Within a lightly hacked non-production build of DEV300_m75, running under gdb 
...

>From initial window containing "Welcome to OpenOffice.org", I took
Help > OpenOffice.org Help.  Program presented "OpenOffice.org Help -
OpenOffice.org Writer" with the Index tab open.

I entered Search term "insert" (without the quotes), and the program
extended it within the entry field to "insert mode for entering text"
(without the quotes).

In the list below, I clicked on "datasource records in spreadsheets".
The program changed the entry field to "inserting;database records in
spreadsheets" (without the quotes).


I double-clicked "datasource records in spreadsheets".  Program
presented Debug Output ...

    Error: Assertion failed
    ==================
    FILE      : 
/home/terry/OOo_hacking/DEV300_m75/sw/source/core/layout/atrfrm.cxx at line 2897
    ERROR :  "<SwNoTxtNode::SetObjTitle(..)> - missing <SdrObject> instance"
    Abort ? (Yes=abort / No=ignore / Cancel=core dump)

In gdb, I did ctrl-C and took backtrace and printed some variables.

I clicked No in the Debug Output dialog.  Program presented Debug
Output ...

    Error: Assertion failed
    ==================
    FILE      : 
/home/terry/OOo_hacking/DEV300_m75/sw/source/core/doc/htmltbl.cxx at line 395
    ERROR :  "No browse width available"
    Abort ? (Yes=abort / No=ignore / Cancel=core dump)

In gdb, I ded ctrl-C and took backtrace and printed some variables.

I kept clicking No in the Debug Output Dialog, and the pair returned
in in sequence until each had appeared four times.  Then the program
showed me the help text that I wanted.

I ended the program.


My local hacks to the source code are ...

(*) I have removed "typedef int BOOL;" from iodbcunix.h as it is in my
    Ubunty Hardy installation and copied the result to
    connectivity/inc/iodbcunix.h and dbaccess/inc/iodbcunix.h

(*) svl/source/misc/inettype.cxx incorporates sb's patch for issue
    109146 and the unreferenced routine tje_20100316() quoted in
    <http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=26782>.

(*) From sw/source/filter/asc/parasc.cxx I have deleted lines 259 and
    260, to avoid the assertion described in issue 109179.


I shall attach gdb log file.  For first assertion in atrfrm.cxx start
reading at line; for htmltbl.cxx start reading at line 277.

---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to