| Summary: | databases/mysql50-server 5.0.51a won't restart/stop anymore | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Michael Scheidell <scheidell> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Michael Scheidell
2008-02-12 23:10:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) Followup: here is problem (fat fingers: I compiled this with a new 'switch' BUILD_OPTIMIZED=1 WITH_PROC_SCOPE_PTH=1 WITHOUT_THR_ALARM=1 think about it: mysqladmin shutdown or /usr/local/etc/rc.d/mysql-server.sh stop has to stop the threads before it can stop server. the 'without_thr_alarm' should be removed. the only way to stop the server if you compile it with that is SIGKILL, so, normal shutdown or reboot will timeout. SIGKILL won't flush the database, so, WITHOUT_THR_ALARM switch should be removed. if I compile with BUILD_OPTIMIZED=1 WITH_PROC_SCOPE_PTH=1 everything works fine. -- Michael Scheidell, CTO Main: 561-999-5000, Office: 561-939-7259 > *| *SECNAP Network Security Corporation Winner 2008 Technosium hot company award. www.technosium.com/hotcompanies/ <http://www.technosium.com/hotcompanies/> _________________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(tm). For Information please see http://www.spammertrap.com _________________________________________________________________________ State Changed From-To: open->closed It's the expected behavior. |