Hi Max / Frank the details are as below,
http://www.opensolaris.org/jive/thread.jspa?threadID=59721&tstart=0 Hi, we have a multithreaded application which has been upgraded from the earlier solaris version 5.9 to a new set of APIs on Solaris 5.10. consequently this application is hanging on this system call, why could the application be hanging because of ?? N.B. the application also makes use of WebSphere MQ version 6.0.2.3 Oracle 10.2.0.1.0 Attached to process 6834 with 9 LWPs [EMAIL PROTECTED] ([EMAIL PROTECTED]) stopped in __lwp_park at 0xfd3c49a8 0xfd3c49a8: __lwp_park+0x0010: ta 8 Current function is WrapperLiffeAccessLogon 100 ReturnLiffeAPI = LiffeAccessLogon(pszTrader,pszPassword,&pcReturn); dbx: internal warning: set_error_limit called too early (dbx) where current thread: [EMAIL PROTECTED] [1] __lwp_park(0x0, 0x0, 0x0, 0x0, 0xfc82e000, 0x1), at 0xfd3c49a8 [2] mutex_lock_queue(0x0, 0xfa350150, 0xfe0f21b8, 0x0, 0x0, 0x1), at 0xfd3bcde0 [3] mutex_lock_internal(0xfe0f21b8, 0x0, 0x1, 0x0, 0x10, 0xfd3f3580), at 0xfd3bd52c [4] malloc(0x50, 0xfe364892, 0x118f8, 0xfe26b248, 0xfe0f2000, 0xfd3f3580), at 0xfe0e071c [5] operator new(0x50, 0xfe37da54, 0xfffecf16, 0x13798, 0xfebea780, 0x0), at 0xfebd7010 [6] __rwstd::facet_maker >::maker_func(0x0, 0xfe364892, 0x0, 0x0, 0x0, 0xfd3f3580), at 0xfe26b248 [7] std::locale::__make_explicit(0xffb8f618, 0xfe37da54, 0xfffecf16, 0x20, 0xfe26b238, 0x0), at 0xfe30a448 [8] std::basic_ios >::init(0xffb8f818, 0x0, 0xa, 0xfe080018, 0xfe37797c, 0xfe37da54), at 0xfe26b138 [9] std::basic_ios >::basic_ios(0xffb8f818, 0xfe379bd0, 0x348, 0xfe37797c, 0x10c990, 0x0), at 0xfe26b02c [10] std::basic_ostringstream,std::allocator >::basic_ostringstream(0xffb8f7b8, 0x8, 0xfe37b674, 0xffb8f818, 0xfe37797c, 0xfe37b680), at 0xfe2c1bfc [11] APILiffeApiState::SendSynch(0xfc260224, 0xfa421078, 0x2, 0xffb905f8, 0x0, 0xffb905f4), at 0xfe5c0204 [12] APILiffeApiTradingSessionOpen::SendSynch(0xfc260224, 0xfa421078, 0x2, 0xffb905f8, 0x0, 0xffb905f4), at 0xfe5c0b68 [13] APILiffeApi::SendSynch(0xfc260210, 0xfa421078, 0x2, 0xffb905f8, 0x0, 0xffb905f4), at 0xfe5bfa8c [14] APICore::LogonReq(0xffb90890, 0xffb90882, 0xffb9085c, 0xffb9360c, 0x200004, 0xffb91608), at 0xfe5d816c [15] LiffeAccessLogon(0xffb90890, 0xffb90882, 0xffb9085c, 0xffb8e11e, 0xffb8e0ba, 0xff20347d), at 0xfe6055b0 =>[16] WrapperLiffeAccessLogon(XMLbuffer = 0xffbfb85e "<?xml version="1.0" encoding="ISO-8859-1" ?>\n\nLIFFE01726385I2QAccessLogonLiffeAccessLogon3\n\nI2Qi2qpass\n", LiffeBaseClass_1 = 0xfa491f10, ErrorInfo = 0xfa3f1078, ErrorStruct = 0xfa411078, NoOfRetries = 0, NackAckType = 0), line 100 in "comh_WrapperLiffeAccessLogon.cpp" [17] LiffeAPI(LBRObj = CLASS, LoginId = 0x32214 "I2Q", ScenarioId = 0x3d2ec "LIFFE_DEFAULTSEND_MULTDB_I2Q_P", fileExtension = 0xffbfc8fe "xml", XMLbuffer = 0xffbfb85e "<?xml version="1.0" encoding="ISO-8859-1" ?>\n\nLIFFE01726385I2QAccessLogonLiffeAccessLogon3\n\nI2Qi2qpass\n", PH_GET_DTLS = STRUCT, PH_PUT_DTLS = STRUCT), line 73 in "comh_liffeapi.cpp" [18] main(argc = 3, argv = 0xffbfe4dc), line 696 in "qzliffemainprog.cpp" server details now as below /etc >cat release Solaris 10 11/06 s10s_u3wos_10 SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 14 November 2006 /etc >uname -a SunOS sunqz04 5.10 Generic_118833-33 sun4v sparc SUNW,Sun-Fire-T200 compiler flags used are -KPIC -DFD_SETSIZE=2048 -DGNU_STYLE_TEMPLATES -DGCC_VOLATILE_FUNC=volatile -DRWSTD_MULTI_THREAD -DRW_MULTI_THREAD -DUNIX -DUSE_RSA_KLUDGE -DMSG_USE_FORWARDS -D_REENTRANT -DNDEBUG --DMSG_USE_FORWARDS +w -features=no%altspell -mt -M1 kind regards, Nishant Arora Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Outsourcing ____________________________________________ "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 28-05-2008 18:14 To Nishant Arora <[EMAIL PROTECTED]> cc [EMAIL PROTECTED], [email protected] Subject Re: [osol-code] mutex_lock_queue Hi Nishant, I still do not see the thread you are referring to. Maybe you could paste in the original problem and re-send? thanks, max Nishant Arora wrote: > > Hi Frank, > > thanks for the quick response, actually the main thread did have the > problem described as below. > If you could now please have a look once again.. > > Hi, we have a multithreaded application which has been upgraded from > the earlier solaris version 5.9 to a new set of APIs on Solaris 5.10. > consequently this application is hanging on this system call, can you > please suggest why the problem is occuring and what could be a > probable resolution. > N.B. the application also makes use of > WebSphere MQ version 6.0.0.0 > Oracle 10.2.0.1.0 > > kind regards, > Nishant Arora > Tata Consultancy Services > Mailto: [EMAIL PROTECTED] > Website: http://www.tcs.com > ____________________________________________ > Experience certainty. IT Services > Business Solutions > Outsourcing > ____________________________________________ > > > [EMAIL PROTECTED] > > 28-05-2008 17:16 > Please respond to > [EMAIL PROTECTED] > > > > To > Nishant Arora <[EMAIL PROTECTED]> > cc > [email protected] > Subject > Re: [osol-code] mutex_lock_queue > > > > > > > > > > On Wed, 28 May 2008, Nishant Arora wrote: > > > Hi All > > > > request your urgent help on this problem, this issue is blocking an > urgent market release. We are stuck!! > > The problem is that you haven't actually described any problem ... > > Please provide a few details. > > Also, since this seems to be about Solaris 10, you might want to talk to > Sun Developer Support, see contact details here: > > > http://www.sun.com/service/serviceplans/developer/index.jsp > > Best regards, > FrankH. > > > > > server details now as below > > /etc >cat release > > Solaris 10 11/06 s10s_u3wos_10 SPARC > > Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. > > Use is subject to license terms. > > Assembled 14 November 2006 > > > > /etc >uname -a > > SunOS sunqz04 5.10 Generic_118833-33 sun4v sparc SUNW,Sun-Fire-T200 > > > > > > This message posted from opensolaris.org > > _______________________________________________ > > opensolaris-code mailing list > > [email protected] > > http://mail.opensolaris.org/mailman/listinfo/opensolaris-code > > > > ------------------------------------------------------------------------------ > No good can come from selling your freedom, not for all the gold in > the world, > for the value of this heavenly gift far exceeds that of any fortune on > earth. > ------------------------------------------------------------------------------ > > ForwardSourceID:NT0004863A > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > > > > ------------------------------------------------------------------------ > > _______________________________________________ > opensolaris-code mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/opensolaris-code > ForwardSourceID:NT00048666 =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
_______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
