[BRLTTY] I can't build brltty

Jean-Philippe MENGUAL mengualjeanphi at free.fr
Sun Jul 25 09:58:46 EDT 2010


Hi,

Here's the output of the gdb's bt. I hope (and think) you'll understand
better than I. More I go ahead in debug, less I understand outputs :)

Reading symbols from brltty/Programs/tbl2hex
...done.
0x000000000040a4f0 in pthread_rwlock_wrlock ()

#0  0x000000000040a4f0 in pthread_rwlock_wrlock () 
#1 0x0000000000441c54 in __wcsmbs_load_conv () 
#2  0x00000000004415ca in wcsrtombs () 
#3  0x0000000000426ea1 in vfprintf () 
#4 0x0000000000433bf7 in vsnprintf () 
#5  0x000000000042f111 in snprintf ()
#6  0x00000000004063db in includeDataFile (file=0x7fff9c911090,
name=<value optimized out>, length=17) at ./datafile.c:638 
#7 0x00000000004070e1 in processIncludeOperands (file=0x7fff9c911090,
data=<value optimized out>) at ./datafile.c:654 
#8  0x0000000000407229
in processPropertyOperand (file=0x7fff9c911090, properties=0x473020,
description=0x472f0a "text table directive", data=0x14164b0) at
./datafile.c:677 
#9  0x0000000000407197 in processUtf8Line (
line=0x1417860 "include letters-latin.tti", dataAddress=0x7fff9c911090)
at ./datafile.c:693 
#10 0x0000000000402c91 in processLines
(file=0x1416610, handleLine=0x4070f0 <processUtf8Line>,
data=0x7fff9c911090) at ./file.c:568 
#11 0x000000000040624f in
processDataStream (variables=0x14164f0, stream=0x1416610, name=<value
optimized out>, processor=<value optimized out>, data=<value optimized
out>) at ./datafile.c:737 
#12 0x0000000000407b61 in
processTextTableLines (stream=0x1416610, name=0x7fff9c912811
"../Tables/fr_FR.ttb",
    processor=0x408160 <processTextTableLine>) at ./ttb_compile.c:231 

#13 0x000000000040811c in compileTextTable ( name=0x7fffb940a811
"../Tables/fr_FR.ttb") at ./ttb_native.c:175 
#14 0x0000000000400349 in loadTextTable (path=0x6a1e6c "", data=0x0)
at ./tbl2hex.c:55 
#15 0x000000000040063d in main (argc=0, argv=0x7fffb9409f50)
at ./tbl2hex.c:229 
Current language:  auto; currently asm    

Thanks and good luck for this reading,

Regards,

Jean-Philippe MENGUAL


Le dimanche 25 juillet 2010 à 00:21 -0400, Dave Mielke a écrit :
> [quoted lines by Jean-Philippe MENGUAL on 2010/07/24 at 20:06 +0200]
> 
> >What you asked me to do gave this:
> >futex(0x80d5aec, FUTEX_WAIT, 0, NULL)   = ? ERESTARTSYS (To be
> >restarted)
> >--- SIGINT (Interrupt) @ 0 (0) ---
> 
> Thanks. Unfortunately, this isn't enough information for me to understand 
> what's going on. Instead of using strace, could you try using gdb? Attach to 
> the tbl2hex process with:
> 
>    gdb -p pid-of-tbl2hex
> 
> and then use gdb's bt command to get a backtrace. This will type on your 
> console so you may wish to invoke script before running gdb so that your 
> console output will be recorded. Use gdb's quit command to exit.
> 



More information about the BRLTTY mailing list