[GH-ISSUE #122] v1.6.15 panics on boot #80

Closed
opened 2026-03-15 12:26:31 +03:00 by kerem · 1 comment
Owner

Originally created by @tomtomau on GitHub (Jun 3, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/122

Given a docker compose config:

    mailpit:
        image: axllent/mailpit:latest
        restart: unless-stopped
        ports:
            - '8025:8025'
            - '1025:1025'

Mailpit panics on boot

goroutine 1 [running]:
github.com/axllent/mailpit/cmd.init.1()
    /app/cmd/sendmail.go:24 +0x28c
panic: runtime error: slice bounds out of range [:2] with capacity 1

Reverting to v.1.6.14 fixes it for now

Originally created by @tomtomau on GitHub (Jun 3, 2023). Original GitHub issue: https://github.com/axllent/mailpit/issues/122 Given a docker compose config: ``` mailpit: image: axllent/mailpit:latest restart: unless-stopped ports: - '8025:8025' - '1025:1025' ``` Mailpit panics on boot ``` goroutine 1 [running]: github.com/axllent/mailpit/cmd.init.1() /app/cmd/sendmail.go:24 +0x28c panic: runtime error: slice bounds out of range [:2] with capacity 1 ``` Reverting to v.1.6.14 fixes it for now
kerem closed this issue 2026-03-15 12:26:36 +03:00
Author
Owner

@axllent commented on GitHub (Jun 3, 2023):

Thanks. Sorry about that, I missed that one! I'm building v1.6.16 right now, should be ready within the next 15 minutes .

<!-- gh-comment-id:1574666696 --> @axllent commented on GitHub (Jun 3, 2023): Thanks. Sorry about that, I missed that one! I'm building v1.6.16 right now, should be ready within the next 15 minutes .
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mailpit#80
No description provided.