I've been testing part of my code responsible for filling multimap object, when a weird error started to pop up:
int SetPortName(string ID, string Name)
cout << "ID: " << ID << " Name: " << Name;
...
}
works fine under non-root user in FreeBSD 5.4, but crashes with "Bus error" while ran under root.