Werner Smekal wrote:
> Hi Orion,
> 
> Orion Poplawski wrote:
>> Seems like I need to track down where fci is getting set incorrectly?
>>
>>   
> Could you also post the backtrace (bt) and change the frame to the 
> example code, so that we know how far in the example we get?

(gdb) bt
#0  proc_str (pls=0x400000da300, args=0xfffffffdc50)
     at /builddir/build/BUILD/plplot-5.9.2/drivers/ps.c:765
#1  0x00000400006e01dc in plD_esc_ps (pls=0x400000da300, op=<value 
optimized out>,
     ptr=<value optimized out>) at 
/builddir/build/BUILD/plplot-5.9.2/drivers/ps.c:628
#2  0x000004000008ff10 in plP_esc (op=20, ptr=0xfffffffdc50)
     at /builddir/build/BUILD/plplot-5.9.2/src/plcore.c:206
#3  0x0000040000091a80 in plP_text (base=<value optimized out>, 
just=<value optimized out>,
     xform=<value optimized out>, x=<value optimized out>, y=<value 
optimized out>,
     refx=<value optimized out>, refy=<value optimized out>,
     string=0x40000059cd0 "#<0x10>PLplot Example 23 - Set Font with plsfci")
     at /builddir/build/BUILD/plplot-5.9.2/src/plcore.c:719
#4  0x00000400000ae8d0 in c_plmtex (side=<value optimized out>, disp=1.5,
     pos=<value optimized out>, just=0.5,
     text=0x40000059cd0 "#<0x10>PLplot Example 23 - Set Font with plsfci")
     at /builddir/build/BUILD/plplot-5.9.2/src/plsym.c:529
#5  0x0000040000065c7c in plmtex7_ (side=<value optimized out>, 
disp=<value optimized out>,
     pos=<value optimized out>, just=<value optimized out>, text=<value 
optimized out>)
     at /builddir/build/BUILD/plplot-5.9.2/bindings/f77/scstubs.c:502
#6  0x0000040000046850 in plmtex (side=DWARF-2 expression error: 
DW_OP_reg operations must be used either alone or in conjuction with 
DW_OP_piece.
)
     at /builddir/build/BUILD/plplot-5.9.2/fedora/bindings/f77/sfstubs.f:600
#7  0x0000000010003f64 in x23f ()
     at /builddir/build/BUILD/plplot-5.9.2/fedora/examples/f77/x23f.f:346
#8  0x0000000010004078 in .main ()
#9  0x00000400005412b8 in .generic_start_main () from /lib64/libc.so.6
#10 0x00000400005414d0 in .__libc_start_main () from /lib64/libc.so.6
#11 0x0000000000000000 in ?? ()
(gdb) up 7
#7  0x0000000010003f64 in x23f ()
     at /builddir/build/BUILD/plplot-5.9.2/fedora/examples/f77/x23f.f:346
346          &         'Set Font with ##<FCI COMMAND STRING/> constructs')
Current language:  auto; currently fortran
(gdb) list
341          &         '#<0x10>PLplot Example 23 - '//
342          &         'Set Font with ##<0xmn> constructs')
343            elseif(page == 15) then
344               call plmtex('t', 1.5d0, 0.5d0, 0.5d0,
345          &         '#<0x10>PLplot Example 23 - '//
346          &         'Set Font with ##<FCI COMMAND STRING/> constructs')
347            endif
348            call plschr(0.d0, 0.75d0)
349            do 150 i=0,fci_combinations-1
350              family_index = mod(i,5)


-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  or...@cora.nwra.com
Boulder, CO 80301              http://www.cora.nwra.com

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to