[help]a problem about dbx/attach a tuxedo service

I attempted to trace a Tuxedo service process via dbx/attach command:
attach nnnnwhen I attached dbx to the service PID, the service process is stopped somewhere outside my service program:
(/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx) where
current thread: t@1
=>[1] __systemcall(0xffbfeda8, 0x31, 0x2, 0x10540c, 0x2cc0e8, 0x641dc), at 0xfe120080
  [2] _libc_msgrcv(0x10540c, 0x2cc0e8, 0x641dc, 0xc0000000, 0x0, 0x2ec), at 0xfe117928
  [3] msgrcv(0x10540c, 0x2cc0e8, 0x641dc, 0xc0000000, 0x0, 0x0), at 0xfe45dc40
  [4] _tmmbrecvm(0x0, 0xbdb0c, 0x2, 0xa, 0x0, 0x7), at 0xfe59b658
  [5] _tmmsgrcv(0xfffffffc, 0xfe5fdaa8, 0x0, 0xffff, 0xbf800, 0xb76c8), at 0xfe4bc1d0
  [6] _tmrcvrq(0xae608, 0xffbff38c, 0x22, 0x10000000, 0x1000, 0xc0000000), at 0xfe4f9738
  [7] _tmrunserver(0x0, 0x1400, 0x0, 0xfe5fdaa8, 0x0, 0xb76c8), at 0xfe4fe418
  [8] _tmstartserver(0x15, 0x1c00, 0x8b160, 0xae608, 0x0, 0x8af88), at 0xfe4d7530
  [9] main(0x15, 0xffbff4bc, 0xffbff514, 0x8b000, 0x0, 0x0), at 0x238f8However, I can not resume the service process either. when I use cont command, the dbx seems to stop there with no input prompt.
Has anyone debug a tuxedo serive in SunOS using dbx?How can I resume the server process If I want to print the local variables?Thank you in advance!
Edited by: angeloyu on Sep 16, 2008 8:02 PM

angeloyu wrote:
I attempted to trace a Tuxedo service process via dbx/attach command:
attach nnnnwhen I attached dbx to the service PID, the service process is stopped somewhere outside my service program:
(/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx) where
current thread: t@1
[9] main(0x15, 0xffbff4bc, 0xffbff514, 0x8b000, 0x0, 0x0), at 0x238f8
Judging by WS6U2 above, I assume you are using dbx 6.2, which is very, very old. Unless you need it to work on similarly old Solaris, please consider upgrading to Sun Studio 11 (supports Solaris 8) or Sun Studio 12 (supports Solaris 9+). Both are free and contain many improvements.
angeloyu wrote:
However, I can not resume the service process either. when I use cont command, the dbx seems to stop there with no input prompt.That's kind of expected behavior from the debugger - it resumes debuggee and sits there until debuggee generates some event (like hitting breakpoint or receiving a signal). Once dbx gets notified of this event, it presents details to the user and provides input prompt.
Did you put any breakpoints in (with stop command)? You'll also need to make sure breakpoint is reached by that service you are debugging.
Anyways, if all you need is to trace the service, it might be easier to use truss(1) command like this:
$ truss -p `pgrep Tuxedo`

Similar Messages

  • Help! problem about jstl sql with "LIKE?" in query

    Hi All,
    I have a problem about getting data by using "LIKE" in my sql statment.
    here is my case:
    <sql:query var="tmp">
    SELECT ...... FROM ...
    WHERE a LIKE ?
    <sql:param value="%${param.a}%"/>
    </sql:query>
    Once I used "LIKE" keyword, the query failed to use this critica.
    and couldn't find any match cases
    thx or help
    Micheal

    besides, i found that:
    this works:
    "AND a.block LIKE '%' + 'a' + '%'"
    but these don't work:
    "AND a.block LIKE '%' + 'a' + '' + '%'"
    or
    "AND a.block LIKE '' + '%' + 'cp' + '%'"
    or
    "AND a.block LIKE '%' + 'cp' + '%' + ''"
    it seems '' is the casue of error... so strange, anyone has idea?
    micheal

  • Problem about mail attachment

    Hi all:
        I use FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' to create a html attachment,it contains some Chinese words.
        The issue is after I export the attachment from Business Workplace ,I found the Chinese words is disordered. I mean the exported file do not contain any Chinese words.
        Is there anybody can help me to sole the problem?
        Regards

    Thanks for your reply,I think I don't explain it clearlly.
    In SAP GUI,the attachment shows the Chinese word correctlly,but in PC-UI ,it has the problem.
    I suppose the problem is about the codepage,but I've no idea how to solve it.

  • Help, strange problem about SOAP receiver adapter

    Hi XI guru,
    Secnario as following:
    ABAP proxy -> XI -> SOAP receiver
    I am using SOAP receiver to send data to legacy system. It looks good in sxmb_moni, so we go to RWB, I see the following error:
    <b>2007-08-13 13:48:53 Success SOAP: continuing to response message df934151-4960-11dc-a195-0015c5f7cd3b
    2007-08-13 13:48:53 Error SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    2007-08-13 13:48:53 Success SOAP: sending a delivery error ack ...
    2007-08-13 13:48:53 Success SOAP: sent a delivery error ack
    2007-08-13 13:48:53 Error MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    2007-08-13 13:48:53 Error Exception caught by adapter framework: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    2007-08-13 13:48:53 Error Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: java.lang.StringIndexOutOfBoundsException: String index out of range: 0.
    2007-08-13 13:48:53 Success The asynchronous message was successfully scheduled to be delivered at Mon Aug 13 13:53:53 CST 2007.</b>
    So I use XMLSpy to simulate XI to send SOAP request to legacy system, it works fine.In XI, I use WSDL file which legacy system provided to build the mapping, so I think it should be fine. Please comments, thank you for your time.

    Hi
    For receiver webservice you need to configure a receiver soap adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/frameset.htm
    Check this blog:
    /people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    /people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2
    Check out these threads..
    RFC -> XI -> External web service
    How to resolve this RFC_adapter_sender to SOAP_adapter_receiver Exception?
    Why getting "DeliveryExcetion" in SOAP->XI->RFC scenario?
    You may refer these fallowing weblogs
    /people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    Pls reward if useful

  • Help: A problem about auto-zoom

    My adobe reader is version 8. When I read some pdf files, the hand icon becomes a hand with an arrow downwards. If I click the left key of mouse, the file will be automatic zoomed in. It bothers me very much!
    Please could anyone tell me how to resolve this problem?
    Thanks a lot!

    Check in the Reader preferences (Edit>Preferences). In 9 you can find it in general preferences. Might be different in 8.

  • Hello! Im having problems about my Iphone showing NO SERVICE on top. Im not able to send and receive msg, same with calls

    Hello Guys! I hope someone could help me, Im having trouble with my phone's signal, I am not able to send and receive msgs, same as make calls and receive calls. At first, my phone is working fine (iphone 4, iOS 7.0.4) and all of a sudden, my text messages are not getting through, and I noticed that my phone shows NO SERVICE, I refreshed the phone by turning it off and turning it on after a couple of minutes, it worked. My phone is okay again after that, Im able to send and receive messages again. But after few hours, the problem came again. NO SERVICE sign is displayed again, but this time after refreshing the phone nothing good happened. I tried almost every possible thing I can to fix it but it doesn't work. What should I do.
    Thank you

    Hey Clara,
    These are the recommended troubleshooting steps to resolve No Service issues on iPhone:
    Toggle airplane mode: Tap Settings > Enable Airplane Mode, wait five seconds, then turn off airplane mode.
    Turn iPhone off and then on again.
    Remove the SIM card and verify that it's a valid, carrier-manufactured SIM. Also verify that it isn't damaged, worn, or modified. Then reinsert it.
    Check for a carrier-settings update. Connect to a Wi-Fi network. Then tap Settings > General > About. If an update is available, iOS will ask you if you want to install it. If Wi-Fi isn't available, connect your device to iTunes.
    Update your iPhone to the latest version of iOS.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings. This will reset all network settings, including Bluetooth pairing records, Wi-Fi passwords, VPN, and APN settings.
    Restore the iPhone.
    If you are outside the United States, please also follow these steps:
    Go to Settings > Carrier > Automatic.
    If the phone registers any carrier network, Settings > Carrier will be present.
    If the Carrier option is missing in Settings and you are outside of the Unites States, please contact Apple for support and service options.
    Set the option for Automatic to off.
    A list of potentially available carriers appears after about two minutes. If the device is locked to a carrier, it may connect only to the carrier network to which it is locked. If the device displays carrier networks, then the device is working as expected.
    Set Settings > Carrier > Automatic back to on.
    If you're still experiencing No Service issues, contact your carrier to check for any network or account issues that could cause these symptoms.
    from: iPhone: Troubleshooting No Service
    http://support.apple.com/kb/TS4429
    Welcome to Apple Support Communities!
    Take care,
    Delgadoh

  • Self invoking tuxedo service

    Hello,
    We have got a requirement of invoking the tuxedo service by itself.
    Here are the details about the requirement:
    The tuxedo service reads data from the database and creates the XML and calls the web service which is hosted on SAP system. Basically this tuxedo service should push the data(xml input ) to SAP system. My question is: how do i invoke the tuxedo service to push the data to SAP?. i mean no body is calling this service, so how do i implement to invoke the service by itself?.
    Your advise on this is very useful.
    Thanks in advance.
    Regards,
    Prakash

    Hi dear, actually I was looking for this. Guyz thanks for sharing
    The Golf HQ is your reliable online source to get golf clubs, golf sets, golf bags, golf balls at low factory direct prices.
    [golf clubs|http://www.golfandsports.com/] , [golf sets|http://www.golfandsports.com/] and [golf equipment|http://www.golfandsports.com/]
    Looking Golfandsports.com to get discount golf clubs

  • HT201210 hi everyone, i have a problem about my iphone 4S, doesn't work with wifi connection and bluetooth since upgrade to the IOS 7.0.3. Can anyone can help me tosolve this problem?????Thank's regards paulus

    hi everyone, i have a problem about my iphone 4S, doesn't work with wifi connection and bluetooth since upgrade to the IOS 7.0.3. Can anyone can help me tosolve this problem?????Thank's regards paulus

    Try the suggestions here to see if they resolve your problem:
    http://support.apple.com/kb/ts1559
    If these don't work you may have a hardware problem. Visit an Apple store for an evaluation or contact Apple Support.

  • My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    thanks for your response roaminggnome. I changed my password immediately after it happened and I have contacted i tunes to let them know of this dillemma.
    The I-tunes credit was a promotional thing by Apple to buy their laptop. So I didn't pay for the i-tunes credit in the first place. Do you think my bank will be able to reinburse Itunes credit then? I will ask support when they get back to me.

  • Problem about enabling GL Drawing.Any help,please?

    Installed PhotoshopCS5 trial on laptop Vaio , XP Pro, service pack 3.
    When setting preferences found that in Performance window, section GPU is dimmed and can not activate Enable GL Drawing .
    The message in Description area is that Graphics hardware is not available and I need to upgrade video driver, possibly card.
    Did try to find what video card is present in the laptop but the  only info  found in Search is that DirectX is installed plus number of files with odd names (I am not a techie).
    So, I have no idea what video card is installed and what needs to be updated…
    Is there any solution  to this problem about enabling GL Drawing and what is it?
    My trial time is running out and any simple to understand advise is appreciated!
    Thanks in advance!
    Gloria

    Zeno is probably right in that your igp is too weak to support openGL, but if such is not the case, have a read here: http://kb2.adobe.com/cps/406/kb406921.html

  • A problem about calling Labview vi in VB

    Hi all:
    I meeting a problem about data transfer and parallel operation between VB and Labview.
    Actually, I want develop a VB program, in which, the Labview VI can be called and corresponding parameters can be transferred to Labview. and then, I also can operate my system by VB program at same time. something like parallel operation (VB and Labview program).
     But the question is :
    1.   If I use "Call" method of ActiveX in VB,  and the LabVIEW subvi is not stopped (for example, a loop structure), I can not do  parallel operation on VB program. The error message is "other application is busy" which is attached below. The sample codes is also attached.
    2.   I tried to use other methods like "OpenFrontPanel" and "Run", but I am not sure how to transfer the parameter??
    3.  Then I tried to use "SetControlValue" to set the parameters, but there is a error " := expected", which is very strange, because the statement  I wrote is followed with the help documents [ eg: VI.SetControlValue ("string", value)], why it is still need a "=" ??
    Does anybody know something about it? Thanks a lot
    Message Edited by hanwei on 11-07-2008 03:18 PM
    Attachments:
    vb_labview_error_message_1.JPG ‏14 KB
    VB_to_LV.zip ‏10 KB

    I sure hope OP has solved it by now.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Can someone help us get the COMMENTS ATTACHMENT TOOL to work as described in Acrobat Pro XI?

    Our company is trying to switch from paper based reviews to the electronic shared reviews, and Adobe XI was selected. (Window 8, Acrobat XI) However, we are having a great deal of difficulty. 
    Our problem is that we would like to be able to attach small files (Word, jpeg, etc.) during the Send for Shared Review as described in the videos and online help.
    What we have experienced is this:
    1. A reviewer attaches the file using the Comments paperclip, publishes the Comments, and then closes.
    2. When they, another reviewer, or the initiator opens the document, the Name of the file changes to "Unknown" and the name of the file w/ extension appears in the Description in the Attachments list. This makes the file unopenable.
    Has anyone else experienced this?  During the initial period while the file name still appears under Name in the Attachments list, it is openable.  When that name shifts to the Description field it is lost.
    Here is how we are doing it:
    Choose the paperclip under Comments - Annotations
    Choose the place in the document and click it to select.
    Choose the file from the popup box and click Open.
    Click OK to select the icon, and it is placed in the document.  The file name now appears in the list of Attachments in the left side of the document.  Using the single arrow (to the right) it shows the attributes (Name, Description, Modified, Size, Compressed Size.)  The name appears under Name, the Description is blank, the Modified, Size and Compressed Size fields are filled in. Since everything is completed, press Publish Comments. 
    When the initiator or another reviewer opens it, the name is now Unknown and the file name is under Description and there is no way to identify the file or open it.
    Can someone please help us with what we are doing wrong?  They make it sound so simple, but nothing we try works. This was one of several feature that management really wanted.
    Thanks, Diane

    Hello Anoop,
    1. We are hosting our Shared Review Workflows on our internal network server using Windows 7 (not 8), 64 bit.
    2. Yes, all the other reviewers and I are using the most current version of Acrobat Pro.IX or Acrobat Reader (version 11.0.08) with the exception of one reviewer who is using Acrobat Reader 8.
    The reviewer using Adobe Reader 8 is the only one who does not have the problem.  She attaches a file in a slightly different manner (Attach file as a comment) and her file attachments can be opened and viewed by everyone.
    I have discussed this in the Adobe User Community Bulletin Board for "How to work with comment tools in Acrobat XI."  Lori Kassuba was able to replicate the problem during a shared review and thinks it may be a bug:
    The title of the entry is:
    How to work with comment tools in Acrobat XI
    You can see the comment at the following URL:
    http://acrobatusers.com/tutorials/how-to-work-with-the-comment-tools
    Hi Diane Yarger,
    I was able to replicate the same thing during a shared review so I think you may have run into a bug. Please post this issue here:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en
    Thanks,
    Lori
    As Lori suggested, I reported this problem as a potential "bug" to the cfusion link above. No one has contacted me about it.
    Diane Yarger

  • A switch on/off problem about the relay in a loop

    hi group:
    I am developing a project based the Ni-sci-1160. Now I meet a problem about switch on/off in a loop.
    for example:  I creat a loop, and continually check a boolean. if the boolean is true, then the realy is closed, otherwise the relay is open. The problem is when I make the boolean is true,  the corresponding relay is not always on,  but just on-off, on-off,on-off.  I don't know why? Is there any good idea to fix it?
    the easy example codes is attached here , thanks for you help.
    Attachments:
    relay_problem.vi ‏19 KB

    Try moving that first DAQmx function out of the while loop.  Since it is called switch set and Reset, I'm guessing it is resetting the status of the switch every iteration of the while loop which probably means setting it back to false.  It looks like an initialization type of function which means it should only be run once.

  • Problem about Cups!

    Hey AF.
    I just got a Keycera FS3800 Laser printer - And want to setup this for networking printing!
    I have my server where I have installed Cups and edited along the wikiguide to cups.
    But each time I want to print a testpage - it stops the printer.
    I have installed the following packages:
    cups - ghostscript - foomatic-filters and downloaded the ppd and copied into models. BUT nothing makes me able to print to the printer (Using network) - so that I able to set this printer up for anybody in my house no matter OS ??
    Or know if this is a special driver or anything else ???
    Have anybody any ideas or can help me getting further?

    peque wrote:
    Of course.
    The printer is connected using rj45 and nothing else.
    My network is made with a LAN zone(where the printer is)  with a IPTABLES firewall to the outside.
    I have swith 24ports connected to the firewall and thats where allo PC´s are connected to unless they are using the wireless - buit still they are connected using this switch.
    I have 1 PC (laptop) connected directly to the printer - works just fine.
    But I would´like to use a cups-server, for alle PC in the house. So no matter what they have to go via the cups-server.
    I have copying the ppd file that I got to work on the laptop - and using the exactly same settings about the printer. But when I try to print a test page - THe cups server returns with the printer stopped. After from what I can see - there´s no problem about the network - I can ping, telnet and everything else - But the only problem is that the machine I want to use as cups server will not print with the printer.
    The laptop prints just fine (I used the kde guide to install the printer on this - and another laptop wioth windows also prints fine directly on the port)
    Hoefully this was some more info - Or write me which details you want!
    Sorry, beyond my skill level. I print to a network printer which is attached to a router with a standard ethernet cable. The printer is just a device on the network. The router is the "firewall" to the outside world and the gateway to the Internet for the PCs on the network.
    Good luck, jimbo

  • Problem to connecte Tuxedo Service via WTC

    Hello,
    I'm new to WTC. I want to call a tuxedo service disposed in our serveur tuxedo by using WTC.
    I created Local APs, Remote APs and Imported for this Tuxedo Service.
    When I call I have always same erreur (perrno = 6) in tpcall
    See below my calling webservice method
    Have any one guide to avoid this problem?
    Any help will be greatly appreaciated.
    Thanks
    @WebMethod
    public void getClientInfo() {
         Context ctx;
         TuxedoConnection myTux;
         TypedString dataIn = new TypedString("1, 10032600");
         //TypedBuffer dataIn = null;
         Reply rpy = null;
         try{          
              System.out.println("getClientInfo called : " + dataIn);
              TuxedoConnectionFactory tcf;               
              ctx = new InitialContext();
              tcf = (TuxedoConnectionFactory) ctx.lookup("tuxedo.services.TuxedoConnection");
              myTux = tcf.getTuxedoConnection();          
              System.out.println("About to call tpcall cnx = "+myTux);
              rpy = myTux.tpcall("LireInfoClient_SE",null, 1);
              System.out.println("tpcall successfull!");
              dataIn = (TypedString) rpy.getReplyBuffer();          
              myTux.tpterm(); // Closing the association with Tuxedo
              System.out.println("Return = "+dataIn.toString());
         }catch (TPReplyException tpx) {
              // Could not get the tuxedo object, throw TPENOENT
              System.out.println("TPReplyException perrno = " + tpx.gettperrno()+" DETAILS "+tpx.gettperrordetail()+" getLocalizedMessage "+tpx.getLocalizedMessage()+" "+tpx.getCause());
              tpx.printStackTrace();
         }catch (TPException tpx1) {
              // Could not get the tuxedo object, throw TPENOENT
              System.out.println("TPReplyException perrno = " + tpx1.gettperrno()+" DETAILS "+tpx1.gettperrordetail()+" getLocalizedMessage "+tpx1.getLocalizedMessage()+" "+tpx1.getCause());
              tpx1.printStackTrace();
         }catch (NamingException ne) {
                   // Could not get the tuxedo object, throw TPENOENT
                   System.out.println("Could not get TuxedoConnectionFactory : " + ne.getMessage());
                   ne.printStackTrace();
         }catch(Exception e){
                   System.out.println("Exception in getClientInfo ->"+e.getMessage());
                   e.printStackTrace();
         return;
    Output :
    <getClientInfo called : 1, 10032600>
    <About to call tpcall cnx = weblogic.wtc.gwt.TuxedoConnection@159d713>
    <TPReplyException perrno = 6 DETAILS 0 getLocalizedMessage null null>
    Edited by: user5653726 on 1 déc. 2008 04:06

    The tpcall function only supports an input parameter, an input buffer. In the input buffer you must send all the information the service needs. If you need send some data items you can use FML buffers, strings buffers, ... By example, with strings buffers in C:
    #define NAME_LEN 16
    #define LASTNAME_LEN 30
    #define ADDRESS_LEN 30
    #define AGE_LEN 3
    typedef struct {
         char name[NAME_LEN+1];
         char lastname[LASTNAME_LEN+1];
         char address[ADDRESS_LEN+1];
         char age[AGE_LEN+1];
    } persondat;
    Client side:
    main(int argc, char *argv[])
    persondat *ptrperson;
    char *sendbuff = NULL;
    long sendlen = 0;
    MAXBUFFIN_LEN = sizeof(persondat);
    if((sendbuff = (char*)tpalloc("STRING", NULL, MAXBUFFIN_LEN+1)) == (char*)NULL) {
    fprintf(stderr, "Error tpalloc(%s).\n", tpstrerror(tperrno));
    tpterm();
    exit(1);
    ptrperson = (persondat*)sendbuff;
    ** Fill out the information.
    sprintf(sendbuff->name, "%*s", NAME_LEN, "your name");
    sprintf(sendbuff->lastname, "%*s", LASTNAME_LEN, "your lastname");
    sprintf(sendbuff->address, "%*s", NAME_LEN, "your address");
    sprintf(sendbuff->age, "%0*d", NAME_LEN, 37);
    ** Service call.
    ret = tpcall("ADDPERSONSVC", (char*)sendbuff, 0, (char**)&recvbuff, &recvlen, (long)0);
    if(ret == -1) {
    fprintf(stderr, "Error tpcall(%s).\n", tpstrerror(tperrno));
    tpterm();
    exit(1);
    Server side:
    void ADDPERSONSVC(TPSVCINFO *rqst)
    persondat *ptrperson;
    ptrperson = (persondat*)rqst->data;
    fprintf(fout, "Name: [%s].\n", ptrperson->name);
    fprintf(fout, "Last Name: [%s].\n", ptrperson->lastname);
    fprintf(fout, "Address: [%s].\n", ptrperson->address);
    fprintf(fout, "Age: [%d].\n", atoi(ptrperson->age));
    Regards.

Maybe you are looking for

  • Which driver on the Install DVD is for HFS+ read in Windows?

    I installed Windows 7 Enterprise x64 on my MacBook of course about a week before Snow Leopard was released and have already gone through the tedious, time consuming process of getting all of the Windows drivers working for Win7x64. I really don't wan

  • How to record audio out from a portable player

    Hi, I have a MacBook Air.  I want to capture the audio out (3.5mm jack) from an old SONY minidisk recorder into the Air.  I tried to plug speakers into the SONY and letting the internal mic capture the speaker sounds, but the quality wasn't crisp.  C

  • Maximum number of keywords, topics in an Index?

    Good morning, Macromedia/eHelp claimed at one point that the number of topics and size of a WinHelp 2000 project was very large - thousands of topics and I think a few gig of space. I have 517 documents, some with up to 45 topics, and a total of 2688

  • PC content viewer shows only low res thumbnails of PDF folios (from folio builder)

    Since i can't seem to find a similar question, here's my story: I've recently held a small class of 2*18 students, running various versions of indesign (mostly Cs6 and CC) and various OS (MacOs, Win7, Win 8). On the Win 7 and 8 systems, some of the s

  • NewObject crash in a PLI/C/JNI code

    Hi, i call NewObject() function in a PLI/C/JNI app to create a java/lang/Vector instance.My Verilog simulator (ModelSim PE 5.4b) crash without display an error code. Please take a look , and see what is wrong with my code. jclass jclass_Vector; jmeth