Issue 111273 - sw/qa/unoapi sw.SwXTextEmbeddedObject::com::sun::star::document::XEmbeddedObjectSupplier::getEmbeddedObject() crash
Summary: sw/qa/unoapi sw.SwXTextEmbeddedObject::com::sun::star::document::XEmbeddedObj...
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: DEV300m77
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-30 09:49 UTC by Stephan Bergmann
Modified: 2017-05-20 11:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2010-04-30 09:49:46 UTC
At least on DEV300_m77-based CWS sb120 (mainly making changes to the testing
framework), executing the sw/qa/unoapi tests at least under unxsoli4 non-pro
once crashed at

19: checking:
[sw.SwXTextEmbeddedObject::com::sun::star::document::XEmbeddedObjectSupplier] is
iface: [com.sun.star.document.XEmbeddedObjectSupplier] testcode:
[ifc.document._XEmbeddedObjectSupplier]
19: LOG> Execute: getEmbeddedObject()
19: sh: crash_report: not found
19: Application Error
19: 
19: Fatal exception: Signal 6

with

  ---- called from signal handler with signal 11 (SIGSEGV) ------
  [25] SwClientIter::SwClientIter(this = ???, rModify = CLASS) (optimized), at
0xf3c14e75 (line ~472) in "calbck.cxx"
  [26] SwXTextEmbeddedObject::getEmbeddedObject(this = ???) (optimized), at
0xf40220ef (line ~3184) in "unoframe.cxx"
  [27] callVirtualMethod(0xef13a7cc, 0x3, 0xefefd590, 0x16, 0xefefd5a0, 0x2,
0xefefdbb4, 0xf89d4327), at 0xf89d8971
  [28] __unnamed_KARQ_TcB0LmV6::cpp_call(pThis = ???, aVtableSlot = STRUCT,
pReturnTypeRef = ???, nParams = ???, pParams = ???, pUnoReturn = ???, pUnoArgs =
???, ppUnoExc = ???) (optimized), at 0xf89d480e (line ~207) in "uno2cpp.cxx"
  [29] bridges::cpp_uno::shared::unoInterfaceProxyDispatch(pUnoI = ???,
pMemberDescr = ???, pReturn = ???, pArgs = ???, ppException = ???) (optimized),
at 0xf89d3f04 (line ~396) in "uno2cpp.cxx"
  [30] thisDispatch(pRemoteI = 0x9180ba8, pType = 0x8c743e8, pReturn =
0xf75a0d60, ppArgs = (nil), ppException = 0xf75a0d28), line 173 in "stub.cxx"
  [31] bridges_urp::ServerMultiJob::execute(this = ???) (optimized), at
0xef8bf2df (line ~677) in "urp_job.cxx"
  [32] doit(job = ???) (optimized), at 0xef8bce7e (line ~69) in "urp_job.cxx"
  [33] cppu_threadpool::JobQueue::enter(this = ???, nDisposeId = ???,
bReturnWhenNoJob = ???) (optimized), at 0xf8cb8d73 (line ~117) in "jobqueue.cxx"
  [34] cppu_threadpool::ORequestThread::run(this = ???) (optimized), at
0xf8cb987d (line ~193) in "thread.cxx"
  [35] cppu_requestThreadWorker(pVoid = ???) (optimized), at 0xf8cb924e (line
~46) in "thread.cxx"
  [36] osl_thread_start_Impl(pData = ???) (optimized), at 0xfecac747 (line ~266)
in "thread.c"
  [37] _thr_setup(0xfb0a1400), at 0xfef74662
  [38] _lwp_start(0x54, 0x6, 0xfef9e000, 0xefefcbbc, 0xfef211bb, 0x54), at
0xfef74950
Comment 1 Stephan Bergmann 2010-04-30 09:53:30 UTC
worked around for now by disabling the affected tests in
sw/qa/unoapi/knownissues.xcl, see
<http://hg.services.openoffice.org/cws/sb120/rev/8774b45637c9>; please revert
when fixing this issue
Comment 2 Marcus 2017-05-20 11:33:33 UTC
Reset assigne to the default "issues@openoffice.apache.org".