Menu

#3009 unixfont-5.11 hang

obsolete: 8.6b3
closed-fixed
8
2012-10-24
2012-09-14
Don Porter
No

In an --enable-aqua build of Tk8.6b3, the test suite
hangs up in test unixfont-5.11 when building and
testing on Snow Leopard. Spinning rainbow ball.

At least once when I left it hang long enough, I got
printed to the console terminal a series messages
like this:

tktest(30053,0x7fff70636cc0) malloc: *** auto malloc[30053]: agc error: Can not allocate new region

Discussion

  • Don Porter

    Don Porter - 2012-09-15

    Hangs in the command

    .b.l config -text "000000" -wrap 1

     
  • Don Porter

    Don Porter - 2012-09-15

    Minimum hang in an interactive wish:

    % label .l -text 000000 -wrap 1

     
  • Don Porter

    Don Porter - 2012-09-15

    Tk_MeasureChars() is not honoring the TK_AT_LEAST_ONE flag.

     
  • Don Porter

    Don Porter - 2012-09-15

    fixed on trunk

     
  • Don Porter

    Don Porter - 2012-10-24
    • assigned_to: das --> dgp
    • status: open --> closed-fixed