Skip to content

go.text/cldr: tests fail  #6178

@gopherbot

Description

@gopherbot

by capnm9:

hg tip
changeset:   17830:6d2a2628859d
tag:         tip
user:        Mikio Hara <[email protected]>
date:        Sat Aug 17 13:40:55 2013 +0900
summary:     net: fix garbage connection close in dual stack tests


At some point after the
changeset:   17790:77efceddaa87
user:        Dmitriy Vyukov <[email protected]>
date:        Thu Aug 15 14:32:10 2013 +0400
summary:     runtime: remove old preemption checks


go test code.google.com/p/go.text/cldr
--- FAIL: TestEnclosing (0.06 seconds)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
    panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x45b780]

goroutine 7 [running]:
runtime.panic(0x5c4540, 0xc2100d1780)
    /data4/go/src/pkg/runtime/panic.c:266 +0xb6
testing.func·005()
    /data4/go/src/pkg/testing/testing.go:382 +0x10d
----- stack segment boundary -----
runtime.panic(0x5c4540, 0xc2100d1780)
    /data4/go/src/pkg/runtime/panic.c:248 +0x106
runtime.panicstring(0xa1afa8)
    /data4/go/src/pkg/runtime/panic.c:520 +0xa5
runtime.sigpanic()
    /data4/go/src/pkg/runtime/os_linux.c:234 +0x16a
go.(*struct { code.google.com/p/go.text/cldr.Common; Messages []*struct {
code.google.com/p/go.text/cldr.Common; Yesstr []*code.google.com/p/go.text/cldr.Common
"xml:\"yesstr\""; Nostr []*code.google.com/p/go.text/cldr.Common
"xml:\"nostr\""; Yesexpr []*code.google.com/p/go.text/cldr.Common
"xml:\"yesexpr\""; Noexpr []*code.google.com/p/go.text/cldr.Common
"xml:\"noexpr\"" } "xml:\"messages\""
}).GetCommon(0x0, 0x0)
    /data4/go-lib/src/code.google.com/p/go.text/cldr/base.go:1 +0x20
code.google.com/p/go.text/cldr.(*CLDR).inheritStructPtr(0xc2100a9240, 0x5f5620,
0xc210020750, 0x166, 0x5f5620, ...)
    /data4/go-lib/src/code.google.com/p/go.text/cldr/resolve.go:480 +0x18e
code.google.com/p/go.text/cldr.(*CLDR).inheritFields(0xc2100a9240, 0x607aa0,
0xc210020640, 0x196, 0x607aa0, ...)
    /data4/go-lib/src/code.google.com/p/go.text/cldr/resolve.go:445 +0x72e
code.google.com/p/go.text/cldr.(*CLDR).resolve(0xc2100a9240, 0x61d6e0, 0x2, 0x0, 0x0,
...)
    /data4/go-lib/src/code.google.com/p/go.text/cldr/resolve.go:573 +0x659
code.google.com/p/go.text/cldr.(*CLDR).LDML(0xc2100a9240, 0x61d6e0, 0x2, 0xd, 0x0, ...)
    /data4/go-lib/src/code.google.com/p/go.text/cldr/cldr.go:81 +0x4d
code.google.com/p/go.text/cldr.TestEnclosing(0xc21005c900)
    /data4/go-lib/src/code.google.com/p/go.text/cldr/resolve_test.go:169 +0xb3
testing.tRunner(0xc21005c900, 0xa19ec0)
    /data4/go/src/pkg/testing/testing.go:387 +0xb0
runtime.goexit()
    /data4/go/src/pkg/runtime/proc.c:1386
created by testing.RunTests
    /data4/go/src/pkg/testing/testing.go:467 +0x914

goroutine 1 [chan receive]:
runtime.park(0x40aef0, 0xc210037650, 0xa1ad8d)
    /data4/go/src/pkg/runtime/proc.c:1334 +0x66
runtime.chanrecv(0x55afa0, 0xc210037600, 0x7f226801ed18, 0x0, 0x0)
    /data4/go/src/pkg/runtime/chan.c:354 +0x50b
runtime.chanrecv1(0x55afa0, 0xc210037600, 0xc210037600, 0xd)
    /data4/go/src/pkg/runtime/chan.c:446 +0x38
testing.RunTests(0x687d28, 0xa19e60, 0xd, 0xd, 0x616f01)
    /data4/go/src/pkg/testing/testing.go:468 +0x941
testing.Main(0x687d28, 0xa19e60, 0xd, 0xd, 0xa1f640, ...)
    /data4/go/src/pkg/testing/testing.go:399 +0x96
main.main()
    code.google.com/p/go.text/cldr/_test/_testmain.go:71 +0x9c
runtime.main()
    /data4/go/src/pkg/runtime/proc.c:212 +0x11f
runtime.goexit()
    /data4/go/src/pkg/runtime/proc.c:1386

goroutine 2 [syscall]:
runtime.notetsleepg(0x7f226802df60, 0xdf8475800)
    /data4/go/src/pkg/runtime/lock_futex.c:190 +0x46
runtime.MHeap_Scavenger()
    /data4/go/src/pkg/runtime/mheap.c:472 +0xa3
runtime.goexit()
    /data4/go/src/pkg/runtime/proc.c:1386
created by runtime.main
    /data4/go/src/pkg/runtime/proc.c:171
FAIL    code.google.com/p/go.text/cldr  0.072s

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions